Skip to content

Commit 8957440

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

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
@@ -38,7 +38,7 @@ export const DragDropUploadArea: React.FC<DragDropUploadAreaProps> = ({
3838
textAlign: 'center',
3939
cursor: disabled ? 'not-allowed' : 'pointer',
4040
backgroundColor: dragOver ? '#f0f6fc' : disabled ? '#f6f7f7' : '#fafafa',
41-
marginBottom: '20px',
41+
marginBlockEnd: '20px',
4242
transition: 'all 0.3s ease',
4343
opacity: disabled ? 0.6 : 1
4444
}}

0 commit comments

Comments
 (0)