1
0
mirror of synced 2025-01-18 22:24:04 +01:00

Fix visual wrapping anomoly that happens only when certain nav elements are selected.

This commit is contained in:
Jennifer Taylor 2021-08-28 19:36:20 +00:00
parent f0b646e7f8
commit 8050aeea6f

View File

@ -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 {