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 1b5d37f commit ce9fe10Copy full SHA for ce9fe10
src/js/components/Import/FromOtherPlugins/ImportForm.tsx
@@ -106,7 +106,7 @@ export const ImportForm: React.FC = () => {
106
snippetImport.importSuccess.length === 0 && (
107
<ImportCard>
108
<div style={{ textAlign: 'center', padding: '40px 20px', color: '#666' }}>
109
- <div style={{ fontSize: '48px', marginBottom: '16px' }}>📭</div>
+ <div style={{ fontSize: '48px', marginBlockEnd: '16px' }}>📭</div>
110
<h3 style={{ margin: '0 0 8px 0', fontSize: '18px', color: '#333' }}>
111
{__('No snippets found', 'code-snippets')}
112
</h3>
0 commit comments