Created
June 18, 2020 14:55
-
-
Save codedrops-io/b88394b17b053fcfccf53fe6ccafc7e7 to your computer and use it in GitHub Desktop.
Add ellipsis to a text.
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
p { | |
overflow: hidden; | |
white-space: nowrap; | |
text-overflow: ellipsis; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment