increase comment paragraph max height from 50vh to 100vh

pull/128/head
Aevann 2023-02-19 14:29:44 +02:00
parent 338033df2b
commit f6b0282634
1 changed files with 1 additions and 1 deletions

View File

@ -7152,7 +7152,7 @@ sub, sup {
@media (max-width: 768px) {
.comment-text > p {
max-height: 50vh;
max-height: 100vh;
overflow: auto;
}
}