From 244da46e382a442fdf396a3b704bc9e6fa3036c3 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 31 May 2023 14:37:57 +0200 Subject: [PATCH] fix(navigation): nav item width for items without sub projects --- src/styles/theme/navigation.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/theme/navigation.scss b/src/styles/theme/navigation.scss index f10c79809..dc60631c6 100644 --- a/src/styles/theme/navigation.scss +++ b/src/styles/theme/navigation.scss @@ -89,7 +89,7 @@ } .collapse-project-button-placeholder { - width: 2.25rem; + width: 1.625rem; } > a {