fix overflow on comments, prevents ugly unnecesary horizontal scroll
This commit is contained in:
parent
9e00f37464
commit
7c92ceaf6a
1 changed files with 4 additions and 0 deletions
|
@ -127,6 +127,10 @@ $comment-border-color = #DDD
|
||||||
color: mix($main-color, $inactive-link-color-darktheme)
|
color: mix($main-color, $inactive-link-color-darktheme)
|
||||||
|
|
||||||
.comment-content
|
.comment-content
|
||||||
|
p
|
||||||
|
word-wrap: normal
|
||||||
|
word-break: break-all
|
||||||
|
|
||||||
ul, ol
|
ul, ol
|
||||||
list-style-position: inside
|
list-style-position: inside
|
||||||
margin: 1em 0
|
margin: 1em 0
|
||||||
|
|
Loading…
Reference in a new issue