fix long description overflow

This commit is contained in:
Lennart Bernhardt 2023-03-28 10:30:52 +02:00 committed by GitHub
parent 8a44bd11d2
commit 1d187bcf17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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