Created
April 22, 2016 16:28
-
-
Save alizhdanov/2d25af82426443141ddfa436fbc24469 to your computer and use it in GitHub Desktop.
Cut long string 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