Created
March 7, 2020 18:34
-
-
Save Malkeet12/95c6ad7ffeda4b01fe0f5a2604e7f755 to your computer and use it in GitHub Desktop.
create single line ellipsis using 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
| text-overflow: ellipsis; | |
| white-space: nowrap; | |
| overflow: hidden; | |
| width: 300px; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment