aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--less/buttons.less6
1 files changed, 4 insertions, 2 deletions
diff --git a/less/buttons.less b/less/buttons.less
index 223d7439b..1f9ceda9f 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -77,7 +77,8 @@
font-size: @fontSizeLarge;
.border-radius(@borderRadiusLarge);
}
-.btn-large [class^="icon-"] {
+.btn-large [class^="icon-"],
+.btn-large [class*=" icon-"] {
margin-top: 2px;
}
@@ -87,7 +88,8 @@
font-size: @fontSizeSmall;
.border-radius(@borderRadiusSmall);
}
-.btn-small [class^="icon-"] {
+.btn-small [class^="icon-"],
+.btn-small [class*=" icon-"] {
margin-top: 0;
}