forked from MarseyWorld/MarseyWorld
increase comment paragraph max height from 50vh to 100vh
parent
338033df2b
commit
f6b0282634
|
@ -7152,7 +7152,7 @@ sub, sup {
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.comment-text > p {
|
.comment-text > p {
|
||||||
max-height: 50vh;
|
max-height: 100vh;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue