fix long description overflow

pull/3711/head
Lennart Bernhardt 2 years ago committed by GitHub
parent 8a44bd11d2
commit 1d187bcf17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save