twbs/bootstrap

btn-group

Closed this issue · 1 comments

In the css says
.btn-group > .btn + .btn {
margin-left: -1px;
}
but, if you have a btn class next to an ul.dropdown-menu and next another btn class all wrapper in a btn-group the css does not work.
must add:
.btn-group > .btn + ul.dropdown-menu + .btn

mdo commented

We won't be supporting two buttons in input groups with v3, so closing as a won't fix.