set min-height outside of query (#873)
This commit is contained in:
parent
ad4da5f37d
commit
50aecffe4c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user