Skip to content

Instantly share code, notes, and snippets.

@johnryan1982
Created September 29, 2014 10:16
Show Gist options
  • Save johnryan1982/d9cca2601f4f8a5e40fd to your computer and use it in GitHub Desktop.
Save johnryan1982/d9cca2601f4f8a5e40fd to your computer and use it in GitHub Desktop.
css: truncate text ("some text here...")
.truncate {
width: 50px;
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