Skip to content

Commit ce9fe10

Browse files
louiswol94ramiy
andauthored
Update src/js/components/Import/FromOtherPlugins/ImportForm.tsx
Co-authored-by: Rami Yushuvaev <rami@codesnippets.pro>
1 parent 1b5d37f commit ce9fe10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/components/Import/FromOtherPlugins/ImportForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export const ImportForm: React.FC = () => {
106106
snippetImport.importSuccess.length === 0 && (
107107
<ImportCard>
108108
<div style={{ textAlign: 'center', padding: '40px 20px', color: '#666' }}>
109-
<div style={{ fontSize: '48px', marginBottom: '16px' }}>📭</div>
109+
<div style={{ fontSize: '48px', marginBlockEnd: '16px' }}>📭</div>
110110
<h3 style={{ margin: '0 0 8px 0', fontSize: '18px', color: '#333' }}>
111111
{__('No snippets found', 'code-snippets')}
112112
</h3>

0 commit comments

Comments
 (0)