mirror of
https://github.com/iv-org/invidious.git
synced 2025-06-07 06:22:52 -04:00
fix long description overflow
This commit is contained in:
parent
8a44bd11d2
commit
1d187bcf17
1 changed files with 4 additions and 0 deletions
|
@ -515,6 +515,10 @@ hr {
|
||||||
|
|
||||||
#descexpansionbutton ~ div {
|
#descexpansionbutton ~ div {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
height: 8.3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#descexpansionbutton:not(:checked) ~ div {
|
||||||
max-height: 8.3em;
|
max-height: 8.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue