This commit is contained in:
parent
d535c3a05f
commit
8778784530
|
|
@ -131,7 +131,7 @@ const PlayGroundEditContainer = ({
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Dialog open={open} onClose={handleClose} maxWidth="lg" style={{zIndex:100}} fullWidth>
|
<Dialog open={open} onClose={handleClose} maxWidth="xl" style={{zIndex:100}} fullWidth>
|
||||||
<DialogContent>
|
<DialogContent>
|
||||||
<Box className="d-flex justify-content-between align-items-start gap-4">
|
<Box className="d-flex justify-content-between align-items-start gap-4">
|
||||||
<Box className="d-flex flex-column">
|
<Box className="d-flex flex-column">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue