Skip to content

Commit 91b313d

Browse files
authored
drag and drop width fix (#279)
1 parent 9ee154a commit 91b313d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Uploader/StyledDragDrop.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { styled } from '@mui/material/styles';
33

44
export const StyledDragDrop = styled(DragDrop)(({ theme }) => ({
55
'& .uppy-DragDrop-container': {
6+
width: '100%',
67
backgroundColor: theme.palette.background.paper,
78
color: theme.palette.text.primary,
89
},

0 commit comments

Comments
 (0)