Skip to content

Instantly share code, notes, and snippets.

@joujiahe
Created September 28, 2015 06:55
Show Gist options
  • Save joujiahe/4d11a4011c7466cc5500 to your computer and use it in GitHub Desktop.
Save joujiahe/4d11a4011c7466cc5500 to your computer and use it in GitHub Desktop.
CSS Ellipsis
.ellipsis {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment