Skip to content

Commit d7b01a2

Browse files
louiswol94ramiy
andauthored
Update src/js/components/Import/FromFileUpload/components/DuplicateActionSelector.tsx
Co-authored-by: Rami Yushuvaev <rami@codesnippets.pro>
1 parent 6a057c4 commit d7b01a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/components/Import/FromFileUpload/components/DuplicateActionSelector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const DuplicateActionSelector: React.FC<DuplicateActionSelectorProps> = (
4343
value="replace"
4444
checked={value === 'replace'}
4545
onChange={(e) => onChange(e.target.value as DuplicateAction)}
46-
style={{ marginTop: '2px' }}
46+
style={{ marginBlockStart: '2px' }}
4747
/>
4848
<span>
4949
{__('Replace any existing snippets with a newly imported snippet of the same name.', 'code-snippets')}

0 commit comments

Comments
 (0)