Skip to content

Commit 038cd9c

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

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
@@ -80,7 +80,7 @@ export const SimpleSnippetTable: React.FC<SimpleSnippetTableProps> = ({
8080
</tbody>
8181
</table>
8282

83-
<div style={{ textAlign: 'end', marginTop: '1em' }}>
83+
<div style={{ textAlign: 'end', marginBlockStart: '1em' }}>
8484
<Button onClick={onSelectAll} style={{ marginInlineEnd: '10px' }}>
8585
{isAllSelected
8686
? __('Deselect All', 'code-snippets')

0 commit comments

Comments
 (0)