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 committed by Neo
parent d102578b54
commit 031131506e

View file

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