Add right padding
This commit is contained in:
parent
8a2f240719
commit
da58dabeb6
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ const useStyles = makeStyles((theme: Theme) => ({
|
|||
overflowX: "hidden",
|
||||
overflowY: "scroll",
|
||||
paddingLeft: theme.spacing.unit * 3,
|
||||
paddingRight: theme.spacing.unit * 2,
|
||||
position: "relative",
|
||||
right: theme.spacing.unit * 3,
|
||||
width: `calc(100% + ${theme.spacing.unit * 3}px)`
|
||||
|
|
Loading…
Reference in a new issue