mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-08 13:42:27 +05:30
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