Topic: Tabs with buttons don't work well with nav-justified and nav-fill
UNNdev priority asked 3 years ago
Expected behavior
Button tabs should work with nav-justified
and nav-fill
Actual behavior
Buttons don't fill up the width of the tab
Resources (screenshots, code snippets etc.)
https://mdbootstrap.com/docs/standard/navigation/tabs/#section-buttons - just add nav-justified
or nav-fill
to the "Tabs with buttons" example.
Michał Duszak staff answered 3 years ago
Hello,
thank you for your feedback. We will discuss appending classess for buttons with our front-end team. Until then feel free to style buttons as you wish. Remember that nav-justified
and nav-fill
work perfect for <a>
elements.
Closed
This topic is closed.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Closed
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB Standard
- MDB Version: MDB5 3.9.0
- Device: PC
- Browser: Chrome
- OS: Windows 10
- Provided sample code: Yes
- Provided link: Yes
UNNdev priority commented 3 years ago
Until this is fixed, one has to use
w-100
on the buttons, by the way.