Skip to content

Commit

Permalink
fix overflow on comments, prevents ugly unnecesary horizontal scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
ewof authored and neobooru committed Nov 5, 2023
1 parent 9e00f37 commit 7c92cea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/css/comment-control.styl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c92cea

Please sign in to comment.