From: Gijs Boddeus Date: Sun, 22 Oct 2017 19:17:22 +0000 (+0200) Subject: fix vertical input button group margin (#24498) X-Git-Tag: v4.0.0-beta.3~205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25649311653a50f72d4db6af0a2270f3c6da6813;p=thirdparty%2Fbootstrap.git 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 --- 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 `