Skip to content

Instantly share code, notes, and snippets.

@emmgfx
Created February 6, 2013 07:59
Show Gist options
  • Save emmgfx/4721071 to your computer and use it in GitHub Desktop.
Save emmgfx/4721071 to your computer and use it in GitHub Desktop.
text overflow ellipsis
p.test {
white-space: nowrap;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment