Skip to content

Instantly share code, notes, and snippets.

@vedranjaic
Created May 26, 2013 17:17
Show Gist options
  • Save vedranjaic/5653400 to your computer and use it in GitHub Desktop.
Save vedranjaic/5653400 to your computer and use it in GitHub Desktop.
css: Character limit - Ellipsis
p {
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment