Skip to content

Instantly share code, notes, and snippets.

@atomtigerzoo
Created December 29, 2017 06:14
Show Gist options
  • Save atomtigerzoo/488574e8c01b3129342968a697912297 to your computer and use it in GitHub Desktop.
Save atomtigerzoo/488574e8c01b3129342968a697912297 to your computer and use it in GitHub Desktop.
CSS: break long words with auto-hyphens
.hyphen-long-words{
hyphens: auto;
overflow-wrap: break-word;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment