We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5020231 commit 578b633Copy full SHA for 578b633
packages/core/src/Form/styles.tsx
@@ -5,7 +5,8 @@ const styles = StyleSheet.create({
5
backgroundColor: '#fff',
6
},
7
form_items_container: {
8
- flex: 1,
+ // flex: 1,
9
+ width: '100%',
10
11
form_items: {
12
textAlign: 'center',
0 commit comments