client/css: fix comment word-break
`break-all` makes it hard to read actual comments.
This commit is contained in:
parent
d102578b54
commit
031131506e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue