Created
February 13, 2022 14:23
-
-
Save zzzarius/9390f0c7f55fc111461c2f1a5cbd2201 to your computer and use it in GitHub Desktop.
Clamp single line in 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; | |
overflow: hidden; | |
white-space: nowrap; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment