Fix bottom space on AssignmentsTab
This commit is contained in:
parent
6b171210ae
commit
34c10d23f1
1 changed files with 4 additions and 1 deletions
|
@ -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={{
|
||||||
|
|
Loading…
Reference in a new issue