Small fix in maxWidth
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
c770b3229c
commit
378f8351d3
@@ -189,7 +189,7 @@ const StyledDialog = styled(Dialog)(({ theme }) => ({
|
|||||||
height: "400px",
|
height: "400px",
|
||||||
minHeight: "200px",
|
minHeight: "200px",
|
||||||
minWidth: "620px",
|
minWidth: "620px",
|
||||||
maxWidth: "90%",
|
maxWidth: "620px",
|
||||||
[theme.breakpoints.down("sm")]: {
|
[theme.breakpoints.down("sm")]: {
|
||||||
minWidth: "90%",
|
minWidth: "90%",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user