Merge branch 'part_a_playground' of https://github.com/Pradeeppon01/attendence_UI into part_a_playground
This commit is contained in:
commit
1c731661f2
|
|
@ -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