Make sure nav column doesn't wrap

pull/3710/head
Isaac Connor 2023-05-17 08:58:55 -04:00
parent 485af42a0b
commit 56a12b4308
1 changed files with 3 additions and 2 deletions

View File

@ -75,9 +75,10 @@ body.sticky #content {
overflow-y: auto;
height: 100%;
}
nav ul {
nav ul.nav {
height: 100%;
flex-direction: column;
flex-direction: column;
flex-wrap: nowrap;
}
ul.form > li {