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