Skip to content

Commit

Permalink
fix: vertical alignment of FAB icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Zivolo committed Sep 5, 2017
1 parent 23f8f00 commit f83d22e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,14 @@
&.bmd-btn-icon {
overflow: hidden;
font-size: $bmd-btn-fab-font-size;
line-height: normal;
line-height: 0;

.btn-group-lg &,
.btn-group-sm &,
& {
padding: 0; // need specificity
border-radius: 50%;
line-height: 0;
}

.material-icons {
Expand Down

0 comments on commit f83d22e

Please sign in to comment.