Skip to content

Commit 40a8a93

Browse files
committed
Merge branch 'amid2887-master' into 2.1.2-wip
2 parents a4a6244 + d49dd76 commit 40a8a93

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

less/buttons.less

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@
7777
font-size: @fontSizeLarge;
7878
.border-radius(@borderRadiusLarge);
7979
}
80-
.btn-large [class^="icon-"] {
80+
.btn-large [class^="icon-"],
81+
.btn-large [class*=" icon-"] {
8182
margin-top: 2px;
8283
}
8384

@@ -87,7 +88,8 @@
8788
font-size: @fontSizeSmall;
8889
.border-radius(@borderRadiusSmall);
8990
}
90-
.btn-small [class^="icon-"] {
91+
.btn-small [class^="icon-"],
92+
.btn-small [class*=" icon-"] {
9193
margin-top: 0;
9294
}
9395

0 commit comments

Comments
 (0)