Created
February 12, 2018 14:25
-
-
Save falexandrou/ba4d46b3aedfd09cecf21aaaa7c1cf49 to your computer and use it in GitHub Desktop.
Tiny utility for cropping text via 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
.crop { | |
display: block; | |
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