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 5f67617 commit 90f4f55Copy full SHA for 90f4f55
src/js/components/Import/FromFileUpload/FileUploadForm.tsx
@@ -173,7 +173,7 @@ export const FileUploadForm: React.FC = () => {
173
/>
174
175
<div style={{ textAlign: 'end', marginTop: '1em' }}>
176
- <Button onClick={snippetSelection.handleSelectAll} style={{ marginRight: '10px' }}>
+ <Button onClick={snippetSelection.handleSelectAll} style={{ marginInlineEnd: '10px' }}>
177
{snippetSelection.isAllSelected
178
? __('Deselect All', 'code-snippets')
179
: __('Select All', 'code-snippets')
0 commit comments