Fix minor list layout bugs (#1810)
* Fix accidental border on mobile * Fix lists list to take full screen
This commit is contained in:
parent
95b5e642dc
commit
4c00fc576d
4 changed files with 4 additions and 3 deletions
|
@ -164,6 +164,7 @@ export const s = StyleSheet.create({
|
|||
flexRow: {flexDirection: 'row'},
|
||||
flexCol: {flexDirection: 'column'},
|
||||
flex1: {flex: 1},
|
||||
flexGrow1: {flexGrow: 1},
|
||||
alignCenter: {alignItems: 'center'},
|
||||
alignBaseline: {alignItems: 'baseline'},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue