fix linebreak for comments header

This commit is contained in:
simon 2022-11-25 15:58:35 +07:00
parent 13d1927840
commit 0f41c54406
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 4 additions and 0 deletions

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;