Fix modal overflow bar
This commit is contained in:
parent
3b6044d865
commit
aef468357c
1 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,9 @@ export default (colors: IThemeColors): Theme =>
|
|||
},
|
||||
MuiDialogContent: {
|
||||
root: {
|
||||
"& label": {
|
||||
width: "calc(100% - 14px)"
|
||||
},
|
||||
padding: "5px 24px 24px"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue