Skip to content

Commit 9378b56

Browse files
louiswol94ramiy
andauthored
Update src/js/components/Import/FromFileUpload/FileUploadForm.tsx
Co-authored-by: Rami Yushuvaev <rami@codesnippets.pro>
1 parent 1eba64f commit 9378b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/components/Import/FromFileUpload/FileUploadForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const FileUploadForm: React.FC = () => {
9595

9696
<ImportCard>
9797
<h2 style={{ margin: '0 0 1em 0' }}>{__('Choose Files', 'code-snippets')}</h2>
98-
<p className="description" style={{ marginBottom: '1em' }}>
98+
<p className="description" style={{ marginBlockEnd: '1em' }}>
9999
{__('Choose one or more Code Snippets (.xml or .json) files to parse and preview.', 'code-snippets')}
100100
</p>
101101

0 commit comments

Comments
 (0)