Commit 3302d82a0014ee7ab2ab09b204d8456ab02e2cd7

Authored by Victor Costa
1 parent 93e2018f

comment_paragraph: improve comment text style

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;
... ...