Skip to content

Commit 90f4f55

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

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
@@ -173,7 +173,7 @@ export const FileUploadForm: React.FC = () => {
173173
/>
174174

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

0 commit comments

Comments
 (0)