Skip to content

Commit 048a978

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const DragDropUploadArea: React.FC<DragDropUploadAreaProps> = ({
4343
opacity: disabled ? 0.6 : 1
4444
}}
4545
>
46-
<div style={{ fontSize: '48px', marginBottom: '10px', color: '#666' }}>📁</div>
46+
<div style={{ fontSize: '48px', marginBlockEnd: '10px', color: '#666' }}>📁</div>
4747
<p style={{ margin: '0 0 8px 0', fontSize: '16px', fontWeight: '500' }}>
4848
{__('Drag and drop files here, or click to browse', 'code-snippets')}
4949
</p>

0 commit comments

Comments
 (0)