Commit 450382f996523a1decf7377e282408231b30098c
1 parent
bec3e0ec
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
fix for comment break-word
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,7 +163,7 @@ div[class^='comment-paragraph-loading-'] { | ||
163 | width: 100%; | 163 | width: 100%; |
164 | text-align: left; | 164 | text-align: left; |
165 | overflow: visible; | 165 | overflow: visible; |
166 | - line-break: loose; | 166 | + word-break: break-all |
167 | } | 167 | } |
168 | .side-comment .comment-text p { | 168 | .side-comment .comment-text p { |
169 | margin: 0; | 169 | margin: 0; |
@@ -236,7 +236,7 @@ div[class^='comment-paragraph-loading-'] { | @@ -236,7 +236,7 @@ div[class^='comment-paragraph-loading-'] { | ||
236 | } | 236 | } |
237 | 237 | ||
238 | .single-border{ | 238 | .single-border{ |
239 | - border-style: solid; | 239 | + border-style: solid; |
240 | border-width: 2px; | 240 | border-width: 2px; |
241 | } | 241 | } |
242 | 242 |