Commit 16a667c2e4d6deee43ca05cb9caaea80d4b5c4bb
Exists in
staging
and in
4 other branches
Merge branch 'AI3205-comment-paragraph' into stable
Showing
1 changed file
with
2 additions
and
3 deletions
Show diff stats
plugins/comment_paragraph/public/style.css
... | ... | @@ -167,10 +167,9 @@ div[class^='comment-paragraph-loading-'] { |
167 | 167 | } |
168 | 168 | .side-comment .comment-text { |
169 | 169 | padding: 0; |
170 | - width: 100%; | |
171 | - text-align: left; | |
170 | + width: 98%; | |
171 | + text-align: justify; | |
172 | 172 | overflow: visible; |
173 | - word-break: break-all | |
174 | 173 | } |
175 | 174 | .side-comment .comment-text p { |
176 | 175 | margin: 0; | ... | ... |