Fix description boxes smaller than 3 lines (#3668)

This commit is contained in:
Samantaz Fox
2023-03-07 21:29:40 +01:00

View File

@@ -515,7 +515,7 @@ hr {
#descexpansionbutton ~ div { #descexpansionbutton ~ div {
overflow: hidden; overflow: hidden;
height: 8.3em; max-height: 8.3em;
} }
#descexpansionbutton:checked ~ div { #descexpansionbutton:checked ~ div {