style: don't force content height on mobile (#66447)

This commit is contained in:
Frédéric Péters 2022-06-21 14:18:59 +02:00
parent 1b8d8aca83
commit 05ebd5b7aa
1 changed files with 1 additions and 0 deletions

View File

@ -453,6 +453,7 @@ div#main-content {
border-width: 0 0 1px 0;
margin: 0;
padding: 1rem;
min-height: auto;
}
}