fix(Toolbar, rn): Button overflow in landscape orientation
This commit is contained in:
parent
21382ea6d5
commit
d9693117f2
|
@ -79,7 +79,7 @@ const styles = {
|
|||
flexDirection: 'column',
|
||||
flexGrow: 0,
|
||||
width: '100%',
|
||||
maxWidth: 500,
|
||||
maxWidth: 580,
|
||||
marginLeft: 'auto',
|
||||
marginRight: 'auto'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue