Created
December 1, 2020 07:54
-
-
Save justforuse/098c778b26be3c527128a55e19f5d8b9 to your computer and use it in GitHub Desktop.
text ellipsis
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
.truncate { | |
text-overflow: ellipsis; | |
overflow: hidden; | |
white-space: nowrap; | |
// your style, like max-width: 100px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment