fix the problem with vertical nav list items not displaying at 100% width

This commit is contained in:
Mark Eaton
2026-04-02 12:40:49 +00:00
parent 38dccc30a9
commit afbe55096e
+8
View File
@@ -64,4 +64,12 @@ textarea::placeholder, input::placeholder, .select2-selection__choice__display {
border: 0;
}
/* fix the problem with vertical nav list items not displaying at 100% width */
li.nav-item { width: 100%; }
li.nav-item a {
display: block;
width: 100%;
}
</style>