Skip to content

Commit 2654566

Browse files
authored
[bugfix] maxWidth fix on force-top labels (#110)
[bugfix] maxWidth fix on force-top labels
2 parents 69a658f + 9fdac1b commit 2654566

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/Lumi/Components/LabeledField.purs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,13 @@ styles = jss
114114
{ flexFlow: "column nowrap"
115115

116116
, "& .labeled-field--left":
117-
{ whiteSpace: "normal"
117+
{ flex: "initial"
118+
, whiteSpace: "normal"
119+
}
120+
121+
, "& .labeled-field--right":
122+
{ flex: "initial"
123+
, maxWidth: "none"
118124
}
119125
}
120126

0 commit comments

Comments
 (0)