Skip to content

Commit a29ced9

Browse files
committed
labeled field with constraint
1 parent ac6f8a2 commit a29ced9

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)