From ade657afee0172b51979593c0cb0828db094f7f7 Mon Sep 17 00:00:00 2001 From: Dmytro Yarmak Date: Sat, 21 Jan 2017 22:18:58 +0200 Subject: [PATCH] Fix gaps between vertical grouped buttons when using labels (#21793) (#21796) --- scss/_button-group.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/_button-group.scss b/scss/_button-group.scss index 584ed151377c..26e041ab32c8 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