From 25649311653a50f72d4db6af0a2270f3c6da6813 Mon Sep 17 00:00:00 2001 From: Gijs Boddeus Date: Sun, 22 Oct 2017 21:17:22 +0200 Subject: [PATCH] fix vertical input button group margin (#24498) * add margin-bottom to .btn of a vertical button group * match margins of radio/checkbox buttons in a btn-group to the actual buttons * add comment --- scss/_button-group.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scss/_button-group.scss b/scss/_button-group.scss index 4dcd9aa67c..713a07d528 100644 --- a/scss/_button-group.scss +++ b/scss/_button-group.scss @@ -197,6 +197,8 @@ [data-toggle="buttons"] { > .btn, > .btn-group > .btn { + margin-bottom: 0; // Override default `