]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove the margin-bottom from <label>s in .btn-groups (#20827)
authorMark Otto <markd.otto@gmail.com>
Mon, 3 Oct 2016 01:22:53 +0000 (18:22 -0700)
committerGitHub <noreply@github.com>
Mon, 3 Oct 2016 01:22:53 +0000 (18:22 -0700)
- Fixes #20298 for vertical button group spacing
- Fixes #20784 for horizontal (default) button group spacing
- Alternate fix to #20823 which only applied a fix for vertical button groups

scss/_button-group.scss

index 60e9f7a7441fb2f6184bfb84d84dc663f32cad75..0e63ecc54be2103563fa6fad82794e335d1fdeed 100644 (file)
@@ -10,6 +10,7 @@
   > .btn {
     position: relative;
     float: left;
+    margin-bottom: 0;
 
     // Bring the "active" button to the front
     &:focus,