Fix bottom space on AssignmentsTab

This commit is contained in:
Leonardo Murça 2022-08-18 20:21:51 -03:00
parent 6b171210ae
commit 34c10d23f1

View file

@ -12,7 +12,10 @@ function AssignmentsTab({ assignmentsTabData, layoutType }) {
case 'idle': case 'idle':
return ( return (
<Container sx={{ marginTop: '50px' }} disableGutters> <Container
sx={{ marginTop: '50px', height: '100vh' }}
disableGutters
>
<Container sx={{ width: '90%' }} disableGutters> <Container sx={{ width: '90%' }} disableGutters>
<Typography <Typography
sx={{ sx={{