Skip to content

Commit 9c10716

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

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
@@ -34,7 +34,7 @@ export const ImportOptions: React.FC<ImportOptionsProps> = ({
3434
</span>
3535
</div>
3636
{autoAddTags && (
37-
<div style={{ marginTop: '12px' }}>
37+
<div style={{ marginBlockStart: '12px' }}>
3838
<input
3939
type="text"
4040
value={tagValue}

0 commit comments

Comments
 (0)