Skip to content

Commit

Permalink
fix(buttonIcon): fix vertical-align in safari, closes #554
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Bradley committed Feb 10, 2014
1 parent 38420c8 commit 6acba8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@

cursor: pointer;

.icon {
vertical-align: top;
}

.icon:before,
&.icon:before,
&.icon-left:before,
Expand Down

0 comments on commit 6acba8d

Please sign in to comment.