Skip to content

Commit 840d553

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

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
@@ -31,7 +31,7 @@ export const SimpleSnippetTable: React.FC<SimpleSnippetTableProps> = ({
3131
<p style={{ margin: '0.5em 0 1em 0' }}>{__('We found the following snippets.', 'code-snippets')}</p>
3232
</div>
3333
<div>
34-
<Button onClick={onSelectAll} style={{ marginRight: '10px' }}>
34+
<Button onClick={onSelectAll} style={{ marginInlineEnd: '10px' }}>
3535
{isAllSelected
3636
? __('Deselect All', 'code-snippets')
3737
: __('Select All', 'code-snippets')

0 commit comments

Comments
 (0)