Commit e33801e6 authored by Chris Rebert's avatar Chris Rebert

Merge pull request #16279 from twbs/fix-16276

Make .btn in .btn-toolbar float:left too
parents a719eb69 04f60a7a
...@@ -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