mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
Fix buttons to support text resize
This commit is contained in:
parent
e0a4049d48
commit
2ef6beb643
@ -52,6 +52,7 @@ export const useStyles = makeStyles((theme: Theme) =>
|
||||
},
|
||||
toolbarActions: {
|
||||
flexGrow: 1,
|
||||
paddingLeft: '20px;'
|
||||
},
|
||||
toolbarListActions: {
|
||||
flexGrow: 1,
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user