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 GitHub
parent 7a82e9d581
commit 254e9aad22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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