Topic: Multiple dropdowns in the navbar does not stack correctly when collapsed
Sebastian C
pro asked 10 years ago
Multiple dropdowns in the navbar does not stack correctly when collapsed:
- 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.
Add comment
Marta Szymanska
answered 10 years ago
Hello Sebastian,
We will try to solve this problem in new version of MDB.
Best,
Marta
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Specification of the issue
- User: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags
Related topics