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

Commit

Permalink
fix(button): fixes vertical alignment issue with md-fab button
Browse files Browse the repository at this point in the history
Closes #914.
  • Loading branch information
robertmesserle committed Jan 13, 2015
1 parent 04f6898 commit f71eb32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/icon/icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ md-icon {
margin-top: 5px;
background-repeat: no-repeat no-repeat;
pointer-events: none;
display: flex;
object.md-icon {
display: inline-block;
}
}
svg, object {
fill: currentColor;
Expand Down

0 comments on commit f71eb32

Please sign in to comment.