评论超出链接强制换行

This commit is contained in:
浪子 2024-05-18 15:31:55 +08:00
parent e18923f481
commit 3ac8681cb4
1 changed files with 3 additions and 0 deletions

3
dist/css/style.css vendored
View File

@ -2251,6 +2251,9 @@ textarea {
} }
.comment-content { .comment-content {
word-wrap: break-word !important;
overflow-wrap: break-word !important;
white-space: normal !important;
color: var(--farallon-text-light) color: var(--farallon-text-light)
} }