Skip to content

Commit 102fa11

Browse files
authored
[hotfix] labeled field with constraint (#109)
[hotfix] labeled field with constraint
2 parents ac6f8a2 + a29ced9 commit 102fa11

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Lumi/Components/LabeledField.purs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,13 @@ styles = jss
123123
}
124124

125125
, "& .labeled-field--left":
126-
{ flex: "3 5 0%"
126+
{ flex: "0 1 30%"
127127
, whiteSpace: "nowrap"
128128
}
129129

130130
, "& .labeled-field--right":
131-
{ flex: "7 7 0%"
131+
{ flex: "0 1 70%"
132+
, maxWidth: "70%"
132133
}
133134

134135
, "& .labeled-field--validation-error": labeledFieldValidationErrorStyles

0 commit comments

Comments
 (0)