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
|
.comment-content
|
||||||
p
|
p
|
||||||
word-wrap: normal
|
word-wrap: normal
|
||||||
word-break: break-all
|
word-break: break-word
|
||||||
|
|
||||||
ul, ol
|
ul, ol
|
||||||
list-style-position: inside
|
list-style-position: inside
|
||||||
|
Reference in New Issue
Block a user