Fix buttons to support text resize

This commit is contained in:
Paulo Gustavo Veiga 2022-02-05 16:05:49 -08:00
parent e0a4049d48
commit 2ef6beb643
2 changed files with 2 additions and 2 deletions

View File

@ -52,6 +52,7 @@ export const useStyles = makeStyles((theme: Theme) =>
},
toolbarActions: {
flexGrow: 1,
paddingLeft: '20px;'
},
toolbarListActions: {
flexGrow: 1,

View File

@ -39,8 +39,7 @@ const theme = createMuiTheme({
whiteSpace: 'nowrap',
textTransform: 'none',
borderRadius: '9px',
padding: '6px 54px 6px 54px',
width: '136px',
padding: '6px 20px 6px 20px'
},
containedPrimary: {
color: 'white',