Skip to content

Instantly share code, notes, and snippets.

@filipalacerda
Created April 4, 2014 11:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filipalacerda/c81debff46c93d6f974e to your computer and use it in GitHub Desktop.
Save filipalacerda/c81debff46c93d6f974e to your computer and use it in GitHub Desktop.
text(...) css text elipsis
.ellipsis {
text-overflow: ellipsis;
/* Required for text-overflow to do anything */
white-space: nowrap;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment