From: Chris Rebert Date: Sun, 12 Apr 2015 20:13:40 +0000 (-0700) Subject: Make .btn in .btn-toolbar float:left too; fixes #16276 X-Git-Tag: v3.3.5~127^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04f60a7a81b79c33adc5c141b6e9229e658aa521;p=thirdparty%2Fbootstrap.git Make .btn in .btn-toolbar float:left too; fixes #16276 [skip sauce] [skip validator] --- 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;