Skip to content

Commit 56abcb5

Browse files
louiswol94ramiy
andauthored
Update src/js/components/Import/FromFileUpload/components/ImportResultDisplay.tsx
Co-authored-by: Rami Yushuvaev <rami@codesnippets.pro>
1 parent 5fe0328 commit 56abcb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const ImportResultDisplay: React.FC<ImportResultDisplayProps> = ({ result
5454
)}
5555

5656
{result.warnings && result.warnings.length > 0 && (
57-
<div style={{ marginTop: '12px' }}>
57+
<div style={{ marginBlockStart: '12px' }}>
5858
<h4 style={{ margin: '0 0 8px 0', fontSize: '14px', color: '#d63638' }}>
5959
{__('Warnings:', 'code-snippets')}
6060
</h4>

0 commit comments

Comments
 (0)