Skip to content

Commit

Permalink
add word-wrap -> break-word
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoyukikashiro committed Dec 18, 2014
1 parent f8cc00f commit b2e9467
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _sass/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ body {
.entry,
.hentry {
@include clearfix;
h1, h2, h3, h4, h5, h6, p, li {
word-wrap: break-word;
}
}
.entry-content {
@include font-size(16);
Expand Down

0 comments on commit b2e9467

Please sign in to comment.