mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
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:
parent
2ae03cc993
commit
f84b205b4b
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
|||
.navbar-nav {
|
||||
> li {
|
||||
display: inline-flex;
|
||||
flex-shrink: 0;
|
||||
|
||||
> .nav-link,
|
||||
> .dropdown-toggle {
|
||||
|
|
Loading…
Reference in a new issue