Skip to content

Instantly share code, notes, and snippets.

@adamlaki
Created December 26, 2018 08:09
Show Gist options
  • Save adamlaki/593f8fabc5705ff20958873a6a632c9d to your computer and use it in GitHub Desktop.
Save adamlaki/593f8fabc5705ff20958873a6a632c9d to your computer and use it in GitHub Desktop.
How to Break Long Words with CSS
.break_long_text {
word-break: break-all;
word-break: break-word;
hyphens: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment