Created
April 28, 2019 02:19
-
-
Save shhider/2531fb232ead1d680708c27e0cf47790 to your computer and use it in GitHub Desktop.
[Useful CSS Snippets] #css
This file contains 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
.ellipsis { | |
text-overflow: ellipsis; | |
white-space: nowrap; | |
word-wrap: normal; | |
overflow: hidden; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment