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',
|
flexDirection: 'column',
|
||||||
flexGrow: 0,
|
flexGrow: 0,
|
||||||
width: '100%',
|
width: '100%',
|
||||||
maxWidth: 500,
|
maxWidth: 580,
|
||||||
marginLeft: 'auto',
|
marginLeft: 'auto',
|
||||||
marginRight: 'auto'
|
marginRight: 'auto'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue