From 8050aeea6f2f5a1ded4b5598610a4370fc647097 Mon Sep 17 00:00:00 2001 From: Jennifer Taylor Date: Sat, 28 Aug 2021 19:36:20 +0000 Subject: [PATCH] Fix visual wrapping anomoly that happens only when certain nav elements are selected. --- bemani/frontend/static/site.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bemani/frontend/static/site.css b/bemani/frontend/static/site.css index 4b35a2c..29405e8 100644 --- a/bemani/frontend/static/site.css +++ b/bemani/frontend/static/site.css @@ -184,9 +184,9 @@ ul.navigation li a:active { } ul.navigation > li > a.current { - border-bottom-width: 2px; + border-bottom-width: 1.6px; border-bottom-style: solid; - padding-bottom: 8px; + padding-bottom: 8.4px; } ul.navigation > li > ul.navigation_sub > li > a.current {