Documentation layout fixes

This commit is contained in:
Nicolas Gallagher
2018-04-21 11:50:39 -07:00
parent 83a8758f68
commit f9ebdb6327
2 changed files with 2 additions and 2 deletions

View File

@@ -260,7 +260,6 @@ const styles = StyleSheet.create({
borderRadius: 5,
backgroundColor: '#7b8994',
margin: 5,
flex: 1,
justifyContent: 'center',
alignItems: 'center'
},

View File

@@ -41,7 +41,8 @@ const UIExplorer = ({ children, description, sections, title, url }) => (
const styles = StyleSheet.create({
root: {
padding: '1rem',
flex: 1
flex: 1,
flexBasis: 'auto'
},
divider: {
height: '1.3125rem'