]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Make .btn in .btn-toolbar float:left too; fixes #16276 16279/head
authorChris Rebert <code@rebertia.com>
Sun, 12 Apr 2015 20:13:40 +0000 (13:13 -0700)
committerChris Rebert <code@rebertia.com>
Sun, 12 Apr 2015 20:13:59 +0000 (13:13 -0700)
[skip sauce]
[skip validator]

less/button-groups.less

index 13c1800deaaacf739cdb3a4eaba95ee986f656c4..84443c88bd3812acad3293321b24037a190ac8b3 100644 (file)
@@ -36,6 +36,7 @@
   margin-left: -5px; // Offset the first child's margin
   &:extend(.clearfix all);
 
+  .btn,
   .btn-group,
   .input-group {
     float: left;