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: { toolbarActions: {
flexGrow: 1, flexGrow: 1,
paddingLeft: '20px;'
}, },
toolbarListActions: { toolbarListActions: {
flexGrow: 1, flexGrow: 1,

View File

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