CSS: fix long description overflow (#3711)
This commit is contained in:
commit
c0eab2b1f6
@ -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…
Reference in New Issue
Block a user