Make sure nav column doesn't wrap
parent
485af42a0b
commit
56a12b4308
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue