From: Iqbal Kabir Date: Thu, 17 Apr 2014 07:21:09 +0000 (+0600) Subject: Dropdown menu in justified button-group X-Git-Tag: v3.2.0~169^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=132732e4220fb73c26ab07b4486b2e5ad91100ee;p=thirdparty%2Fbootstrap.git Dropdown menu in justified button-group It seems that dropdown-menu in justified button-group appears at the far left of the group. Check the problem in [Bootstrap site](http://getbootstrap.com/components/#btn-groups-justified). --- diff --git a/less/button-groups.less b/less/button-groups.less index ef11cf12aa..94e2d8971c 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -216,6 +216,10 @@ > .btn-group .btn { width: 100%; } + + > .btn-group .dropdown-menu { + left: auto; + } }