mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-03-26 01:04:13 +08:00
Documentation layout fixes
This commit is contained in:
@@ -260,7 +260,6 @@ const styles = StyleSheet.create({
|
||||
borderRadius: 5,
|
||||
backgroundColor: '#7b8994',
|
||||
margin: 5,
|
||||
flex: 1,
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center'
|
||||
},
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user