Skip to content

Commit 24e149d

Browse files
author
Stanislav Idolov
authored
ENGCOM-2333: [forwardport] #16716 fix _utilities.less font-size issue #16756
2 parents 1a320c6 + 1134d19 commit 24e149d

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)