Skip to content

Commit 41c9ba3

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

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
@@ -58,7 +58,7 @@ export const ImportResultDisplay: React.FC<ImportResultDisplayProps> = ({ result
5858
<h4 style={{ margin: '0 0 8px 0', fontSize: '14px', color: '#d63638' }}>
5959
{__('Warnings:', 'code-snippets')}
6060
</h4>
61-
<ul style={{ margin: '0', paddingLeft: '20px' }}>
61+
<ul style={{ margin: '0', paddingInlineStart: '20px' }}>
6262
{result.warnings.map((warning, index) => (
6363
<li key={index} style={{ color: '#666', fontSize: '14px' }}>
6464
{warning}

0 commit comments

Comments
 (0)