Skip to content

Instantly share code, notes, and snippets.

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