Created
September 9, 2016 08:01
-
-
Save Fabiantjoeaon/ad2c58de3886b5d7cc477259277e4a63 to your computer and use it in GitHub Desktop.
Elegant overflow with text-overflow: ellipsis; Concatenated text with '...'.
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
width: 200px; | |
text-overflow: ellipsis; | |
overflow: hidden; | |
white-space: nowrap; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment