fix radio buttons on mobile

pull/127/head
Aevann 2023-02-19 00:53:31 +02:00
parent 1754eeffe2
commit 745dc3e85b
1 changed files with 1 additions and 1 deletions

View File

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