Topic: Multiple dropdowns in the navbar does not stack correctly when collapsed
Sebastian C pro asked 8 years ago
- http://codepen.io/anon/pen/mOKaoM
.btn-group{display:inline-block}
is overriding li{display: list-item}
A workaround that works for me is to add custom css:
li.btn-group {
display: list-item;
}
I'm looking to see if someone else has found a more elegant solution.
Marta Szymanska staff pro premium answered 8 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
- User: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No