Skip to content

Instantly share code, notes, and snippets.

@stefanjudis
Created June 9, 2013 09:06
Show Gist options
  • Save stefanjudis/5742891 to your computer and use it in GitHub Desktop.
Save stefanjudis/5742891 to your computer and use it in GitHub Desktop.
Overflow ellipsis
.ellipsis {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment