Merge pull request #13369 from armikbd/bootstrap-itsme

Dropdown menu in justified button-group
This commit is contained in:
Mark Otto 2014-05-12 20:23:34 -07:00
commit 5938774296

View file

@ -216,6 +216,10 @@
> .btn-group .btn {
width: 100%;
}
> .btn-group .dropdown-menu {
left: auto;
}
}