Commit 04f60a7a authored by Chris Rebert's avatar Chris Rebert

Make .btn in .btn-toolbar float:left too; fixes #16276

[skip sauce]
[skip validator]
parent 4127b250
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
margin-left: -5px; // Offset the first child's margin margin-left: -5px; // Offset the first child's margin
&:extend(.clearfix all); &:extend(.clearfix all);
.btn,
.btn-group, .btn-group,
.input-group { .input-group {
float: left; float: left;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment