评论超出链接强制换行

This commit is contained in:
浪子
2024-05-18 15:31:55 +08:00
parent e18923f481
commit 3ac8681cb4
+3
View File
@@ -2251,6 +2251,9 @@ textarea {
}
.comment-content {
word-wrap: break-word !important;
overflow-wrap: break-word !important;
white-space: normal !important;
color: var(--farallon-text-light)
}