bug: remove padding on table list

This commit is contained in:
Paulo Gustavo Veiga 2021-02-28 00:17:08 -08:00
parent d120524023
commit efc581279b

View File

@ -59,7 +59,7 @@ export const useStyles = makeStyles((theme: Theme) =>
},
content: {
flexGrow: 1,
padding: theme.spacing(3),
padding: '24px 0px',
},
})
);