add a max height for individial tags inside comments so this doesnt happen again https://stupidpol.site/h/meta/post/147023/poll-whos-ur-favorite-rdrama-train/3587461#context

pull/124/head
Aevann 2023-02-18 21:32:37 +02:00
parent 952fe68ea6
commit f81e6feeca
1 changed files with 7 additions and 0 deletions

View File

@ -6608,3 +6608,10 @@ body {
sub, sup {
color: var(--black) !important;
}
@media (max-width: 768px) {
.comment-text * {
max-height: 50vh;
overflow: auto;
}
}