Skip to content

Commit 753fcde

Browse files
committed
fix(buttonSmall): fix line-height for button-small
Closes #2023
1 parent cef6708 commit 753fcde

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: scss/_button-bar.scss

+8-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
.button-bar > .button {
2727
@include flex(1);
2828
display: block;
29-
29+
3030
overflow: hidden;
3131

3232
padding: 0 16px;
@@ -52,3 +52,10 @@
5252
border-radius: 0px $button-border-radius $button-border-radius 0px;
5353
}
5454
}
55+
56+
.button-bar > .button-small {
57+
&:before,
58+
.icon:before {
59+
line-height: 28px;
60+
}
61+
}

0 commit comments

Comments
 (0)