Last active
March 22, 2021 14:26
-
-
Save Manyaka/b36234e38939a4d6bf2846a75a8c270b to your computer and use it in GitHub Desktop.
word-break.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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