Last active
September 22, 2017 23:12
-
-
Save vielhuber/96476a59b52ae829379e to your computer and use it in GitHub Desktop.
truncate too long word with ... (dot dot dot) at the end #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
overflow:hidden; | |
text-overflow: ellipsis; | |
white-space: nowrap; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment