set min-height outside of query (#873)
This commit is contained in:
parent
ad4da5f37d
commit
50aecffe4c
|
@ -62,6 +62,7 @@ label {
|
||||||
}
|
}
|
||||||
#sections {
|
#sections {
|
||||||
padding-left: 280px;
|
padding-left: 280px;
|
||||||
|
min-height: 0;
|
||||||
}
|
}
|
||||||
#sections h2 {
|
#sections h2 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
|
@ -981,7 +982,6 @@ body.linter-disabled .hidden-unless-compact {
|
||||||
}
|
}
|
||||||
#sections {
|
#sections {
|
||||||
height: unset !important;
|
height: unset !important;
|
||||||
min-height: 0;
|
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user