From fe2ff49c723f46b515ac98f4a34a199d904a1b2c Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Mon, 11 Nov 2024 12:09:56 +0000 Subject: [PATCH] Merge pull request #21756 from overleaf/rd-mobile-nav-ui [web] Fix vertical padding of links in the main navigation on small screen sizes GitOrigin-RevId: feebbada37df1185fb612423458f8ba1f1b1f3b3 --- .../frontend/stylesheets/bootstrap-5/components/navbar.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/bootstrap-5/components/navbar.scss b/services/web/frontend/stylesheets/bootstrap-5/components/navbar.scss index 69cefa6eb2..3b984bb6f3 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/components/navbar.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/components/navbar.scss @@ -149,7 +149,8 @@ display: block; > a, - > .dropdown-toggle { + > .dropdown-toggle, + > .nav-link { margin: 0; padding-top: var(--spacing-05); padding-bottom: var(--spacing-05);