Skip to content

Commit

Permalink
fix 强制换行
Browse files Browse the repository at this point in the history
  • Loading branch information
jkjoy committed Jul 18, 2024
1 parent feaf42d commit eecbdb7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1516,4 +1516,9 @@ ul.comment-list {
/* 适用于所有嵌套的评论列表 */
ol.comment-list li, ul.comment-list li {
list-style-type: none;
}

/* 文章中强制换行 */
article p {
word-wrap:break-word;
}

0 comments on commit eecbdb7

Please sign in to comment.