mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/css: fix comment word-break
`break-all` makes it hard to read actual comments.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user