From 04f60a7a81b79c33adc5c141b6e9229e658aa521 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 12 Apr 2015 13:13:40 -0700 Subject: [PATCH] Make .btn in .btn-toolbar float:left too; fixes #16276 [skip sauce] [skip validator] --- less/button-groups.less | 1 + 1 file changed, 1 insertion(+) diff --git a/less/button-groups.less b/less/button-groups.less index 13c1800dea..84443c88bd 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;