Skip to content

Instantly share code, notes, and snippets.

@gladkih
Created September 23, 2015 09:41
Show Gist options
  • Save gladkih/0f788a07221b83625744 to your computer and use it in GitHub Desktop.
Save gladkih/0f788a07221b83625744 to your computer and use it in GitHub Desktop.
Dealing with long words in CSS
.hyphenate {
overflow-wrap: break-word;
word-wrap: break-word;
hyphens: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment