Skip to content

Commit

Permalink
fix: Flex-shrink on fields (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchoeler authored Nov 30, 2020
1 parent 63bcc18 commit 28c621e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/fuselage/src/components/Field/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
display: flex;
flex-flow: column nowrap;
align-items: stretch;
flex-shrink: 0;

width: 100%;
margin-block: lengths.margin(-2);
Expand Down

0 comments on commit 28c621e

Please sign in to comment.