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
|
.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
|
||||||
|
|
Loading…
Reference in a new issue