fix linebreak for comments header

This commit is contained in:
simon
2022-11-25 15:58:35 +07:00
parent 13d1927840
commit 0f41c54406

View File

@@ -841,6 +841,10 @@ video:-webkit-full-screen {
overflow: hidden;
}
.comment-box h3 {
line-break: anywhere;
}
.comments-replies {
display: none;
padding-left: 1rem;