fix: adjust content width
This commit is contained in:
parent
86af754c7e
commit
c786f5fd6e
1 changed files with 3 additions and 3 deletions
|
|
@ -41,11 +41,11 @@ const styles = {
|
||||||
justifyContent: 'end'
|
justifyContent: 'end'
|
||||||
},
|
},
|
||||||
dialogTitle: {
|
dialogTitle: {
|
||||||
margin: [[0, spacer * 2, spacer, spacer * 2 + 4]]
|
margin: [[0, spacer * 2, spacer, spacer * 4 + spacer]]
|
||||||
},
|
},
|
||||||
dialogContent: {
|
dialogContent: {
|
||||||
width: 610,
|
width: 615,
|
||||||
paddingLeft: 20
|
marginLeft: 16
|
||||||
},
|
},
|
||||||
dialogActions: {
|
dialogActions: {
|
||||||
padding: spacer * 4,
|
padding: spacer * 4,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue