fix 强制换行

This commit is contained in:
浪子 2024-07-18 08:49:36 +08:00
parent feaf42d751
commit eecbdb7a10
1 changed files with 5 additions and 0 deletions

View File

@ -1517,3 +1517,8 @@ ul.comment-list {
ol.comment-list li, ul.comment-list li { ol.comment-list li, ul.comment-list li {
list-style-type: none; list-style-type: none;
} }
/* 文章中强制换行 */
article p {
word-wrap:break-word;
}