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

View File

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