0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Merge pull request #16279 from twbs/fix-16276

Make .btn in .btn-toolbar float:left too
This commit is contained in:
Chris Rebert 2015-04-13 10:16:42 -07:00
commit e33801e654

View File

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