mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
CSS: fix long description overflow (#3711)
This commit is contained in:
commit
c0eab2b1f6
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue