Skip to content

Instantly share code, notes, and snippets.

@squallstar
Last active December 21, 2015 22:59
Show Gist options
  • Save squallstar/6378891 to your computer and use it in GitHub Desktop.
Save squallstar/6378891 to your computer and use it in GitHub Desktop.
css ellipsis
foo {
width:200px;
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