archive
/
zxcvbn-app
Archived
1
Fork 0

fix layout of lower section

This commit is contained in:
Jake Howard 2016-09-18 11:41:17 +01:00
parent 69e1705d3d
commit b4b2942438
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ const styles = StyleSheet.create({
backgroundColor: '#FFF'
} as React.ViewStyle,
wrapper: {
flex: 1,
marginTop: NAVBAR_HEIGHT
} as React.ViewStyle
});