Skip to content

Commit

Permalink
[Frontend] Fixed style
Browse files Browse the repository at this point in the history
Fixes #1047
WIP: fixed line-height issue for t-item-icon class
  • Loading branch information
charlesh88 committed Jul 22, 2016
1 parent d43bff1 commit ae59ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/commonUI/general/res/sass/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
// Used in grid-item.html, tree-item, inspector location
@extend .ui-symbol;
@extend .icon;
line-height: normal; // This is Ok for the symbolsfont
line-height: inherit; // This is Ok for the symbolsfont
position: relative;
&.l-icon-link {
.t-item-icon-glyph {
Expand Down

0 comments on commit ae59ecf

Please sign in to comment.