fix(Toolbar, rn): Button overflow in landscape orientation

This commit is contained in:
Vlad Piersec 2021-04-05 13:27:50 +03:00 committed by vp8x8
parent 21382ea6d5
commit d9693117f2
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ const styles = {
flexDirection: 'column',
flexGrow: 0,
width: '100%',
maxWidth: 500,
maxWidth: 580,
marginLeft: 'auto',
marginRight: 'auto'
}