Skip to content

Instantly share code, notes, and snippets.

@vielhuber
Last active September 22, 2017 23:12
Show Gist options
  • Save vielhuber/96476a59b52ae829379e to your computer and use it in GitHub Desktop.
Save vielhuber/96476a59b52ae829379e to your computer and use it in GitHub Desktop.
truncate too long word with ... (dot dot dot) at the end #css
overflow:hidden;
text-overflow: ellipsis;
white-space: nowrap;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment