mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 09:07:48 +01:00
Fix description boxes smaller than 3 lines (#3668)
This commit is contained in:
commit
d79d6f38b2
1 changed files with 1 additions and 1 deletions
|
@ -515,7 +515,7 @@ hr {
|
|||
|
||||
#descexpansionbutton ~ div {
|
||||
overflow: hidden;
|
||||
height: 8.3em;
|
||||
max-height: 8.3em;
|
||||
}
|
||||
|
||||
#descexpansionbutton:checked ~ div {
|
||||
|
|
Loading…
Reference in a new issue