Skip to content

Commit 9a82f55

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const SimpleSnippetTable: React.FC<SimpleSnippetTableProps> = ({
2525

2626
return (
2727
<ImportCard className="snippets-table-container">
28-
<div style={{ display: 'flex', justifyContent: 'space-between', alignItems: 'center', marginBottom: '10px' }}>
28+
<div style={{ display: 'flex', justifyContent: 'space-between', alignItems: 'center', marginBlockEnd: '10px' }}>
2929
<div>
3030
<h2 style={{ margin: '0' }}>{__('Available Snippets', 'code-snippets')} ({snippets.length})</h2>
3131
<p style={{ margin: '0.5em 0 1em 0' }}>{__('We found the following snippets.', 'code-snippets')}</p>

0 commit comments

Comments
 (0)