set min-height outside of query (#873)

This commit is contained in:
narcolepticinsomniac 2020-03-03 11:13:21 -05:00 committed by GitHub
parent ad4da5f37d
commit 50aecffe4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,7 @@ label {
}
#sections {
padding-left: 280px;
min-height: 0;
}
#sections h2 {
margin-top: 1rem;
@ -981,7 +982,6 @@ body.linter-disabled .hidden-unless-compact {
}
#sections {
height: unset !important;
min-height: 0;
padding-left: 0;
display: flex;
flex-direction: column;