mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-22 06:37:56 +01:00
bug: remove padding on table list
This commit is contained in:
parent
d120524023
commit
efc581279b
@ -59,7 +59,7 @@ export const useStyles = makeStyles((theme: Theme) =>
|
||||
},
|
||||
content: {
|
||||
flexGrow: 1,
|
||||
padding: theme.spacing(3),
|
||||
padding: '24px 0px',
|
||||
},
|
||||
})
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user