Skip to content

Commit

Permalink
client/css: fix comment word-break
Browse files Browse the repository at this point in the history
`break-all` makes it hard to read actual comments.
  • Loading branch information
zakame authored and neobooru committed Sep 29, 2024
1 parent d102578 commit 0311315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/css/comment-control.styl
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ $comment-border-color = #DDD
.comment-content
p
word-wrap: normal
word-break: break-all
word-break: break-word

ul, ol
list-style-position: inside
Expand Down

0 comments on commit 0311315

Please sign in to comment.