Skip to content

Commit

Permalink
ENGCOM-2333: [forwardport] #16716 fix _utilities.less font-size issue #…
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Idolov committed Jul 17, 2018
2 parents 1a320c6 + 1134d19 commit 24e149d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/web/css/source/lib/_utilities.less
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,8 @@
@_line-height: normal
) {
.lib-font-size(@_font-size);
font-size: @_font-size;
.lib-line-height(@_line-height);
letter-spacing: normal;
line-height: @_line-height;
}

//
Expand Down

0 comments on commit 24e149d

Please sign in to comment.