Skip to content

Commit 900a0d8

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

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
@@ -172,7 +172,7 @@ export const FileUploadForm: React.FC = () => {
172172
onSelectAll={snippetSelection.handleSelectAll}
173173
/>
174174

175-
<div style={{ textAlign: 'end', marginTop: '1em' }}>
175+
<div style={{ textAlign: 'end', marginBlockStart: '1em' }}>
176176
<Button onClick={snippetSelection.handleSelectAll} style={{ marginInlineEnd: '10px' }}>
177177
{snippetSelection.isAllSelected
178178
? __('Deselect All', 'code-snippets')

0 commit comments

Comments
 (0)