]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Dropdown menu in justified button-group 13369/head
authorIqbal Kabir <armikbd@gmail.com>
Thu, 17 Apr 2014 07:21:09 +0000 (13:21 +0600)
committerIqbal Kabir <armikbd@gmail.com>
Thu, 17 Apr 2014 07:21:09 +0000 (13:21 +0600)
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).

less/button-groups.less

index ef11cf12aa54909122a4493885aaf94d75df480c..94e2d8971c7a5b512113a75ad86d191c3b4efc99 100644 (file)
   > .btn-group .btn {
     width: 100%;
   }
+
+  > .btn-group .dropdown-menu {
+    left: auto;
+  }
 }