Created
December 29, 2017 06:14
-
-
Save atomtigerzoo/488574e8c01b3129342968a697912297 to your computer and use it in GitHub Desktop.
CSS: break long words with auto-hyphens
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
.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