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 1eba64f commit 9378b56Copy full SHA for 9378b56
src/js/components/Import/FromFileUpload/FileUploadForm.tsx
@@ -95,7 +95,7 @@ export const FileUploadForm: React.FC = () => {
95
96
<ImportCard>
97
<h2 style={{ margin: '0 0 1em 0' }}>{__('Choose Files', 'code-snippets')}</h2>
98
- <p className="description" style={{ marginBottom: '1em' }}>
+ <p className="description" style={{ marginBlockEnd: '1em' }}>
99
{__('Choose one or more Code Snippets (.xml or .json) files to parse and preview.', 'code-snippets')}
100
</p>
101
0 commit comments