Skip to content

Commit 9b3c02e

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

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

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

0 commit comments

Comments
 (0)