Skip to content

Instantly share code, notes, and snippets.

@csessig86
Created April 30, 2015 20:59
Show Gist options
  • Save csessig86/80e0923d106dd523a8a2 to your computer and use it in GitHub Desktop.
Save csessig86/80e0923d106dd523a8a2 to your computer and use it in GitHub Desktop.
Ellipsis CSS
.ellipsis {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
width: 40px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment