CSS: fix long description overflow (#3711)

pull/3595/head^2
Samantaz Fox 2 years ago
commit c0eab2b1f6
No known key found for this signature in database
GPG Key ID: F42821059186176E

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

Loading…
Cancel
Save