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.
2 parents 6a014a5 + 09ce6c9 commit 36d4152Copy full SHA for 36d4152
lib/web/css/source/lib/_typography.less
@@ -37,7 +37,7 @@
37
}
38
39
// Rem line height
40
-.lib-line-height(@heightValue) when not (@heightValue = false) and not (ispercentage(@heightValue)) {
+.lib-line-height(@heightValue) when not (@heightValue = false) and not (@heightValue = normal) and not (ispercentage(@heightValue)) {
41
.lib-font-size-value(@heightValue);
42
.lib-css(line-height, @fontValue);
43
@@ -46,6 +46,10 @@
46
.lib-css(line-height, @heightValue);
47
48
49
+.lib-line-height(@heightValue) when (@heightValue = normal) {
50
+ .lib-css(line-height, @heightValue);
51
+}
52
+
53
.lib-wrap-words() {
54
overflow-wrap: break-word;
55
word-wrap: break-word;
0 commit comments