Skip to content

Instantly share code, notes, and snippets.

@githiro
Created June 4, 2013 00:45
Show Gist options
  • Save githiro/5702750 to your computer and use it in GitHub Desktop.
Save githiro/5702750 to your computer and use it in GitHub Desktop.
CSS: Text overflow ellipsis
white-space: nowrap;
overflow: hidden;
-webkit-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment