mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-02 02:25:22 +00:00
@@ -240,7 +240,7 @@ const styles = StyleSheet.create({
|
|||||||
borderWidth: 1
|
borderWidth: 1
|
||||||
},
|
},
|
||||||
wrapper: {
|
wrapper: {
|
||||||
flexGrow: 1
|
flex: 1
|
||||||
},
|
},
|
||||||
input: {
|
input: {
|
||||||
appearance: 'none',
|
appearance: 'none',
|
||||||
@@ -248,8 +248,9 @@ const styles = StyleSheet.create({
|
|||||||
borderWidth: 0,
|
borderWidth: 0,
|
||||||
boxSizing: 'border-box',
|
boxSizing: 'border-box',
|
||||||
color: 'inherit',
|
color: 'inherit',
|
||||||
flexGrow: 1,
|
flex: 1,
|
||||||
font: 'inherit',
|
font: 'inherit',
|
||||||
|
minHeight: '100%', // center small inputs (fix #139)
|
||||||
padding: 0,
|
padding: 0,
|
||||||
zIndex: 1
|
zIndex: 1
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user