Skip to content

Commit c7e0e7c

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

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
@@ -57,7 +57,7 @@ export const DuplicateActionSelector: React.FC<DuplicateActionSelectorProps> = (
5757
value="skip"
5858
checked={value === 'skip'}
5959
onChange={(e) => onChange(e.target.value as DuplicateAction)}
60-
style={{ marginTop: '2px' }}
60+
style={{ marginBlockStart: '2px' }}
6161
/>
6262
<span>
6363
{__('Do not import any duplicate snippets; leave all existing snippets unchanged.', 'code-snippets')}

0 commit comments

Comments
 (0)