Skip to content

Commit

Permalink
Using break-all instead of break-word.
Browse files Browse the repository at this point in the history
  • Loading branch information
larz0 committed Oct 28, 2013
1 parent bb2cbcc commit 6f594ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

a {
color: @link-color;
word-break: break-word;
word-break: break-all;
-webkit-hyphens: auto;
}

Expand Down

0 comments on commit 6f594ad

Please sign in to comment.