diff options
Diffstat (limited to 'web_src/css/modules/comment.css')
-rw-r--r-- | web_src/css/modules/comment.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/web_src/css/modules/comment.css b/web_src/css/modules/comment.css index 9947b15b9a..f0c721eed2 100644 --- a/web_src/css/modules/comment.css +++ b/web_src/css/modules/comment.css @@ -56,10 +56,6 @@ min-width: 0; } -.ui.comments .comment > .avatar ~ .content { - margin-left: 12px; -} - .ui.comments .comment .author { font-size: 1em; font-weight: var(--font-weight-medium); @@ -87,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; } |