Skip to content

Commit

Permalink
Adjust hyphens and word-wrap. Fixes #1360
Browse files Browse the repository at this point in the history
Previous attempt:
db79389
  • Loading branch information
jcoyne committed Jan 15, 2016
1 parent 6f344d8 commit bd7b0e3
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions app/assets/stylesheets/blacklight/_facets.scss
Expand Up @@ -68,17 +68,8 @@
}

@mixin hyphens-auto {
// breaks long words apart so they don't cause the containing div to
// be too big, also fix hypenation
-ms-word-break: keep-all;
word-break: keep-all;

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

overflow-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
}
Expand Down

0 comments on commit bd7b0e3

Please sign in to comment.