Skip to content

Commit

Permalink
Fix broken word break styles
Browse files Browse the repository at this point in the history
  • Loading branch information
lord committed Jan 31, 2016
1 parent 365a0b5 commit db48d22
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions source/stylesheets/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@ $search-box-border-color: #666;
// These settings are probably best left alone.

%break-words {
word-break: break-all;
white-space: normal;

/* Non standard for webkit */
word-break: break-word;

hyphens: auto;
word-break: break-all;
hyphens: auto;
}

0 comments on commit db48d22

Please sign in to comment.