Skip to content

Commit

Permalink
Merge pull request #120 from developmentseed/fix/26-field-flex
Browse files Browse the repository at this point in the history
Fix field collapse in add/edit feature panel
  • Loading branch information
geohacker authored Oct 31, 2019
2 parents ab01697 + 7424fa3 commit e77ed1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/Input.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const FieldWrapper = styled.View`
margin-top: 16;
flex: 1;
flex-direction: row;
flex-shrink: 0;
`

const LabelWrapper = styled.View`
Expand Down

0 comments on commit e77ed1d

Please sign in to comment.