Skip to content

Commit 5bff754

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const ImporterSelector: React.FC<ImporterSelectorProps> = ({
2626
value={selectedImporter}
2727
onChange={(event) => onImporterChange(event.target.value)}
2828
className="regular-text"
29-
style={{ display: 'block', marginTop: '5px', width: '100%', maxWidth: '300px' }}
29+
style={{ display: 'block', marginBlockStart: '5px', width: '100%', maxWidth: '300px' }}
3030
disabled={isLoading}
3131
>
3232
<option value="">{__('-- Select an importer --', 'code-snippets')}</option>

0 commit comments

Comments
 (0)