You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS: Windows 10 Pro v1909 build 18363.1256 Browser: Google Chrome v88.0.4324.182 & Mozilla Firefox v85.0.1 Summary: When creating a nav with nav-tabs or nav-pills in combination with nav-fill or nav-justified the tabs grow as expected along with any anchors with the nav-link class applied. If you attempt to apply the nav-link class to a button in the same scenario the tabs still grow but the buttons do not. Use-case: Nav Pills/Tabs fill/justify issue
The text was updated successfully, but these errors were encountered:
mdo
changed the title
Nav Pills/Tabs not growing with fill/justified
Button-based navs not growing with fill/justified
Feb 24, 2021
The easiest workaround would be to mimic our old .btn-block class by explicitly adding width: 100%; to buttons, either through our .w-100 utility or by adding into our .nav-fill variant. I don't think any side-effect would appear. any opinion, @mdo?
OS: Windows 10 Pro v1909 build 18363.1256
Browser: Google Chrome v88.0.4324.182 & Mozilla Firefox v85.0.1
Summary: When creating a nav with nav-tabs or nav-pills in combination with nav-fill or nav-justified the tabs grow as expected along with any anchors with the nav-link class applied. If you attempt to apply the nav-link class to a button in the same scenario the tabs still grow but the buttons do not.
Use-case: Nav Pills/Tabs fill/justify issue
The text was updated successfully, but these errors were encountered: