btn-group
michelreyes opened this issue · 2 comments
michelreyes commented
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
acmetech commented
Would a button dropdown work instead of the UL? Would it be possible to create a jsfiddle to show the issue?
acmetech commented
I noticed this same issue was opened and then closed here twbs/bootstrap#6883. If you really need this you can always add it to your own style sheet.
Is this done on any Google web site? If so, please provide an example location. FYI - This project is a Google theme on top of Bootstrap.