Skip to content

Instantly share code, notes, and snippets.

@djanix
Last active January 14, 2016 19:44
Show Gist options
  • Save djanix/2499992 to your computer and use it in GitHub Desktop.
Save djanix/2499992 to your computer and use it in GitHub Desktop.
css -> ellipsis
p {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment