Merge pull request #21203 from overleaf/td-bs5-nav-overflow

[BS5] Prevent nav items shrinking and therefore wrapping when space is limited

GitOrigin-RevId: ac071863532a779fd99760638bf904ffce4a21fe
This commit is contained in:
Tim Down 2024-10-18 09:24:07 +01:00 committed by Copybot
parent 2ae03cc993
commit f84b205b4b

View file

@ -44,6 +44,7 @@
.navbar-nav {
> li {
display: inline-flex;
flex-shrink: 0;
> .nav-link,
> .dropdown-toggle {