Skip to content

Commit 1eba64f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const SelectedFilesList: React.FC<SelectedFilesListProps> = ({
1212
onRemoveFile
1313
}) => {
1414
return (
15-
<div className="selected-files" style={{ marginBottom: '20px' }}>
15+
<div className="selected-files" style={{ marginBlockEnd: '20px' }}>
1616
<h3 style={{ margin: '0 0 12px 0', fontSize: '14px', fontWeight: '600' }}>
1717
{__('Selected Files:', 'code-snippets')} ({files.length})
1818
</h3>

0 commit comments

Comments
 (0)