From f84b205b4b927e51a3bed1317248e29aada20aa7 Mon Sep 17 00:00:00 2001 From: Tim Down <158919+timdown@users.noreply.github.com> Date: Fri, 18 Oct 2024 09:24:07 +0100 Subject: [PATCH] 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 --- .../web/frontend/stylesheets/bootstrap-5/components/navbar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/frontend/stylesheets/bootstrap-5/components/navbar.scss b/services/web/frontend/stylesheets/bootstrap-5/components/navbar.scss index d4ec9e59bd..20e873772d 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/components/navbar.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/components/navbar.scss @@ -44,6 +44,7 @@ .navbar-nav { > li { display: inline-flex; + flex-shrink: 0; > .nav-link, > .dropdown-toggle {