We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac6f8a2 commit a29ced9Copy full SHA for a29ced9
src/Lumi/Components/LabeledField.purs
@@ -123,12 +123,13 @@ styles = jss
123
}
124
125
, "& .labeled-field--left":
126
- { flex: "3 5 0%"
+ { flex: "0 1 30%"
127
, whiteSpace: "nowrap"
128
129
130
, "& .labeled-field--right":
131
- { flex: "7 7 0%"
+ { flex: "0 1 70%"
132
+ , maxWidth: "70%"
133
134
135
, "& .labeled-field--validation-error": labeledFieldValidationErrorStyles
0 commit comments