Created
December 26, 2018 08:09
-
-
Save adamlaki/593f8fabc5705ff20958873a6a632c9d to your computer and use it in GitHub Desktop.
How to Break Long Words with 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
.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