Skip to content

Commit 5f67617

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

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
@@ -146,7 +146,7 @@ export const FileUploadForm: React.FC = () => {
146146
</p>
147147
</div>
148148
<div>
149-
<Button onClick={snippetSelection.handleSelectAll} style={{ marginRight: '10px' }}>
149+
<Button onClick={snippetSelection.handleSelectAll} style={{ marginInlineEnd: '10px' }}>
150150
{snippetSelection.isAllSelected
151151
? __('Deselect All', 'code-snippets')
152152
: __('Select All', 'code-snippets')

0 commit comments

Comments
 (0)