CSS: fix long description overflow (#3711)

This commit is contained in:
Samantaz Fox 2023-04-01 18:27:13 +02:00
commit c0eab2b1f6
No known key found for this signature in database
GPG Key ID: F42821059186176E
1 changed files with 3 additions and 0 deletions

View File

@ -515,6 +515,9 @@ hr {
#descexpansionbutton ~ div {
overflow: hidden;
}
#descexpansionbutton:not(:checked) ~ div {
max-height: 8.3em;
}