diff options
| author | Chris Rebert <[email protected]> | 2015-04-13 10:16:42 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-04-13 10:16:42 -0700 |
| commit | e33801e654a3965658eecd95adfe023f17a2c0b6 (patch) | |
| tree | 4af865a0ffcefa380854edfc598b14e05b3adae7 | |
| parent | a719eb69d22095dee95900b66eee9b7469c8ca46 (diff) | |
| parent | 04f60a7a81b79c33adc5c141b6e9229e658aa521 (diff) | |
| download | bootstrap-e33801e654a3965658eecd95adfe023f17a2c0b6.tar.xz bootstrap-e33801e654a3965658eecd95adfe023f17a2c0b6.zip | |
Merge pull request #16279 from twbs/fix-16276
Make .btn in .btn-toolbar float:left too
| -rw-r--r-- | less/button-groups.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index 13c1800de..84443c88b 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -36,6 +36,7 @@ margin-left: -5px; // Offset the first child's margin &:extend(.clearfix all); + .btn, .btn-group, .input-group { float: left; |
