Skip to content

Instantly share code, notes, and snippets.

@mattlenz
Created January 30, 2014 01:40
Show Gist options
  • Save mattlenz/8701099 to your computer and use it in GitHub Desktop.
Save mattlenz/8701099 to your computer and use it in GitHub Desktop.
CSS Ellipsis Text Wrapping
.ellipsis {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment