From: Dmytro Yarmak Date: Sat, 21 Jan 2017 20:18:58 +0000 (+0200) Subject: Fix gaps between vertical grouped buttons when using labels (#21793) (#21796) X-Git-Tag: v4.0.0-beta~147^2~190^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ade657afee0172b51979593c0cb0828db094f7f7;p=thirdparty%2Fbootstrap.git Fix gaps between vertical grouped buttons when using labels (#21793) (#21796) --- diff --git a/scss/_button-group.scss b/scss/_button-group.scss index 584ed15137..26e041ab32 100644 --- a/scss/_button-group.scss +++ b/scss/_button-group.scss @@ -10,6 +10,7 @@ > .btn { position: relative; flex: 0 1 auto; + margin-bottom: 0; // Bring the hover, focused, and "active" buttons to the fron to overlay // the borders properly