We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c9ba3 commit 5f67617Copy full SHA for 5f67617
src/js/components/Import/FromFileUpload/FileUploadForm.tsx
@@ -146,7 +146,7 @@ export const FileUploadForm: React.FC = () => {
146
</p>
147
</div>
148
<div>
149
- <Button onClick={snippetSelection.handleSelectAll} style={{ marginRight: '10px' }}>
+ <Button onClick={snippetSelection.handleSelectAll} style={{ marginInlineEnd: '10px' }}>
150
{snippetSelection.isAllSelected
151
? __('Deselect All', 'code-snippets')
152
: __('Select All', 'code-snippets')
0 commit comments