Commit 11590808c50a1dc96e7bb711e29b20e9e3e48ea7
1 parent
40e90a40
Exists in
master
fix for comment break-word
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
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 | ... | ... |