fix overflow on comments, prevents ugly unnecesary horizontal scroll

This commit is contained in:
ewof 2023-08-30 19:01:22 +00:00 committed by Neo
parent 9e00f37464
commit 7c92ceaf6a

View file

@ -127,6 +127,10 @@ $comment-border-color = #DDD
color: mix($main-color, $inactive-link-color-darktheme)
.comment-content
p
word-wrap: normal
word-break: break-all
ul, ol
list-style-position: inside
margin: 1em 0