Skip to content

Commit 50980b1

Browse files
author
Stanislav Idolov
authored
ENGCOM-2332: [backport] #16716 fix _utilities.less font-size issue #16755
2 parents b651747 + db86581 commit 50980b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/web/css/source/lib/_utilities.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,8 @@
260260
@_line-height: normal
261261
) {
262262
.lib-font-size(@_font-size);
263-
font-size: @_font-size;
263+
.lib-line-height(@_line-height);
264264
letter-spacing: normal;
265-
line-height: @_line-height;
266265
}
267266

268267
//

0 commit comments

Comments
 (0)