Skip to content

Commit bd6633a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const ImportOptions: React.FC<ImportOptionsProps> = ({
2323
type="checkbox"
2424
checked={autoAddTags}
2525
onChange={(e) => onAutoAddTagsChange(e.target.checked)}
26-
style={{ marginTop: '2px' }}
26+
style={{ marginBlockStart: '2px' }}
2727
/>
2828
<div style={{ flex: 1 }}>
2929
<div>

0 commit comments

Comments
 (0)