1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 07:14:36 +02:00

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

View File

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