Commit 1d54276f39ae1a47d8698c0bc2310fcfb24ab321

Authored by Victor Costa
1 parent 66561427
Exists in master

comment_paragraph: improve comment text style

Showing 1 changed file with 2 additions and 3 deletions   Show diff stats
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;
... ...