diff --git a/scss/_button-bar.scss b/scss/_button-bar.scss index 93137baa3a4..8be6488e5e0 100644 --- a/scss/_button-bar.scss +++ b/scss/_button-bar.scss @@ -39,6 +39,11 @@ text-overflow: ellipsis; white-space: nowrap; + &:before, + .icon:before { + line-height: 44px; + } + &:first-child { border-radius: 2px 0px 0px 2px; } diff --git a/scss/_button.scss b/scss/_button.scss index 7586cb71175..c8ff8f3a93e 100644 --- a/scss/_button.scss +++ b/scss/_button.scss @@ -40,6 +40,7 @@ line-height: $button-height - $button-border-width; } &.icon-left:before { + float: left; padding-right: .2em; padding-left: 0; } diff --git a/test/button-bar.html b/test/button-bar.html index c15621522c7..5340f0044bb 100644 --- a/test/button-bar.html +++ b/test/button-bar.html @@ -95,7 +95,14 @@
+
+ + +