update user list
parent
101a638a1e
commit
f272433019
|
@ -69,6 +69,7 @@ const useStyles = makeStyles((theme) => ({
|
||||||
height: "100%",
|
height: "100%",
|
||||||
},
|
},
|
||||||
containerPaperFix: {
|
containerPaperFix: {
|
||||||
|
width: "100%",
|
||||||
textTransform: "capitalize",
|
textTransform: "capitalize",
|
||||||
padding: theme.spacing(2),
|
padding: theme.spacing(2),
|
||||||
paddingBottom: theme.spacing(4),
|
paddingBottom: theme.spacing(4),
|
||||||
|
@ -366,7 +367,7 @@ const Dashboard = () => {
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Paper>
|
</Paper>
|
||||||
<Paper className={classes.containerPaperFix} style={{marginTop:"21px"}} sx={12}>
|
<Paper className={classes.containerPaperFix} style={{ marginTop: "21px" }} sx={12}>
|
||||||
<Grid item sx={4}>
|
<Grid item sx={4}>
|
||||||
<Typography
|
<Typography
|
||||||
component="h1"
|
component="h1"
|
||||||
|
|
Loading…
Reference in New Issue