Commit 975ebfff3caace73aa8ffbb368dc2be818889c30

Authored by Evandro Jr
1 parent 96e2cd25
Exists in master

fixed word wrap for the article body

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
public/style.css
... ... @@ -46,6 +46,8 @@ div.article-comments-list-more{
46 46  
47 47 .article-body{
48 48 word-wrap: break-word;
  49 + display: inline-block;
  50 + word-break: break-all;
49 51 }
50 52  
51 53 .triangle-right {
... ...