Skip to content

Instantly share code, notes, and snippets.

@bi0xid
Created May 29, 2014 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bi0xid/42522e16e02bac4db487 to your computer and use it in GitHub Desktop.
Save bi0xid/42522e16e02bac4db487 to your computer and use it in GitHub Desktop.
Eliminate hyphens in twenty thirteen and other WordPress themes
.entry-content {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment