Merge branch 'client/fix-comment-word-break' into maint
This commit is contained in:
commit
3d9105f470
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
|
||||||
|
|
Reference in a new issue