Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(icon): change line-height to icon size
Browse files Browse the repository at this point in the history
#fixes 2630

Closes #6043
  • Loading branch information
EladBezalel authored and ThomasBurleson committed Mar 1, 2016
1 parent 6db1796 commit 5a528b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/icon/icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ md-icon {
}

&[md-font-icon] {
line-height: 1;
line-height: $icon-size;
width: auto;
}
}
Expand Down

0 comments on commit 5a528b8

Please sign in to comment.