Skip to content

Commit

Permalink
fix(buttonSmall): fix line-height for button-small
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Jun 11, 2015
1 parent cef6708 commit 753fcde
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion scss/_button-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
.button-bar > .button {
@include flex(1);
display: block;

overflow: hidden;

padding: 0 16px;
Expand All @@ -52,3 +52,10 @@
border-radius: 0px $button-border-radius $button-border-radius 0px;
}
}

.button-bar > .button-small {
&:before,
.icon:before {
line-height: 28px;
}
}

0 comments on commit 753fcde

Please sign in to comment.