Skip to content

Commit

Permalink
Merge pull request #2 from dkhgh/fix-word-break-problem
Browse files Browse the repository at this point in the history
change word-break to word-wrap to prevent broken words
  • Loading branch information
max-holland committed Apr 11, 2014
2 parents 288afbc + 96e2347 commit bcd7dfd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions assets/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -564,9 +564,7 @@ body .post {
font-family: 'Source Sans Pro', sans-serif;
color: #333332;
border-bottom: 1px solid #f2f2f0;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
word-wrap: break-word;
}
/* line 208, ../sass/partials/_page.scss */
body .post hr {
Expand Down

0 comments on commit bcd7dfd

Please sign in to comment.