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: {
|
toolbarActions: {
|
||||||
flexGrow: 1,
|
flexGrow: 1,
|
||||||
|
paddingLeft: '20px;'
|
||||||
},
|
},
|
||||||
toolbarListActions: {
|
toolbarListActions: {
|
||||||
flexGrow: 1,
|
flexGrow: 1,
|
||||||
|
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user