留言url换行
This commit is contained in:
浪子 2024-07-25 10:02:12 +08:00
parent 98defefd96
commit c7d947e313
1 changed files with 5 additions and 0 deletions

View File

@ -3760,4 +3760,9 @@ textarea {
.notice--wrapper {
width: 80%
}
}
/* 留言url 强制换行 */
.comment-body a {
word-wrap: break-word;
word-break: break-all;
}