diff options
Diffstat (limited to 'web_src/css/modules/comment.css')
-rw-r--r-- | web_src/css/modules/comment.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/css/modules/comment.css b/web_src/css/modules/comment.css index 1e235a248f..f0c721eed2 100644 --- a/web_src/css/modules/comment.css +++ b/web_src/css/modules/comment.css @@ -83,6 +83,6 @@ .ui.comments .comment .text { margin: 0.25em 0 0.5em; font-size: 1em; - word-wrap: break-word; + overflow-wrap: break-word; line-height: 1.3; } |