Fix description boxes smaller than 3 lines (#3668)

This commit is contained in:
Samantaz Fox 2023-03-07 21:29:40 +01:00
commit d79d6f38b2
No known key found for this signature in database
GPG Key ID: F42821059186176E
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ hr {
#descexpansionbutton ~ div { #descexpansionbutton ~ div {
overflow: hidden; overflow: hidden;
height: 8.3em; max-height: 8.3em;
} }
#descexpansionbutton:checked ~ div { #descexpansionbutton:checked ~ div {