Commit a48adc483a5efe75e17229bb3c8a2ce1e5503f2e
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branch 'AI3205-comment-paragraph' into stable
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
plugins/comment_paragraph/public/style.css
... | ... | @@ -163,7 +163,7 @@ div[class^='comment-paragraph-loading-'] { |
163 | 163 | width: 100%; |
164 | 164 | text-align: left; |
165 | 165 | overflow: visible; |
166 | - line-break: loose; | |
166 | + word-break: break-all | |
167 | 167 | } |
168 | 168 | .side-comment .comment-text p { |
169 | 169 | margin: 0; |
... | ... | @@ -236,7 +236,7 @@ div[class^='comment-paragraph-loading-'] { |
236 | 236 | } |
237 | 237 | |
238 | 238 | .single-border{ |
239 | - border-style: solid; | |
239 | + border-style: solid; | |
240 | 240 | border-width: 2px; |
241 | 241 | } |
242 | 242 | ... | ... |