Skip to content

Instantly share code, notes, and snippets.

@fmal
Created November 10, 2012 11:17
Show Gist options
  • Select an option

  • Save fmal/4050781 to your computer and use it in GitHub Desktop.

Select an option

Save fmal/4050781 to your computer and use it in GitHub Desktop.
CSS: ellipsis
.ellipsis {
-o-text-overflow: ellipsis;
overflow: hidden;
text-overflow: ellipsis;
text-wrap: none;
white-space: nowrap;
word-wrap: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment