Skip to content

Instantly share code, notes, and snippets.

@Manyaka
Last active March 22, 2021 14:26
Show Gist options
  • Save Manyaka/b36234e38939a4d6bf2846a75a8c270b to your computer and use it in GitHub Desktop.
Save Manyaka/b36234e38939a4d6bf2846a75a8c270b to your computer and use it in GitHub Desktop.
word-break.css
.class {
/* 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