Skip to content

Commit 28c621e

Browse files
fix: Flex-shrink on fields (#334)
1 parent 63bcc18 commit 28c621e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/fuselage/src/components/Field/styles.scss

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
display: flex;
77
flex-flow: column nowrap;
88
align-items: stretch;
9+
flex-shrink: 0;
910

1011
width: 100%;
1112
margin-block: lengths.margin(-2);

0 commit comments

Comments
 (0)