client/css: fix comment word-break

`break-all` makes it hard to read actual comments.
This commit is contained in:
Zak B. Elep 2024-06-07 13:00:49 +08:00
parent d102578b54
commit f9dbdc0830

View file

@ -129,7 +129,7 @@ $comment-border-color = #DDD
.comment-content .comment-content
p p
word-wrap: normal word-wrap: normal
word-break: break-all word-break: break-word
ul, ol ul, ol
list-style-position: inside list-style-position: inside