We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3d6a3 commit 70798f3Copy full SHA for 70798f3
assets/css/v2/style.css
@@ -912,6 +912,12 @@ button:has(~ .product-selector[style*="none"]) > .product-selector-button-icon {
912
padding: 0.25rem 0.75rem;
913
}
914
915
+ /* handles bug in hugo where non-rendered headers cause empty li */
916
+ /* https://github.com/gohugoio/hugo/issues/7128 */
917
+ li:empty {
918
+ display: none;
919
+ }
920
+
921
li:first-child {
922
padding-top: 0;
923
0 commit comments