Skip to content

Instantly share code, notes, and snippets.

@jasonmelgoza
Forked from klarstil/style.css
Created September 13, 2013 17:15
Show Gist options
  • Save jasonmelgoza/6553410 to your computer and use it in GitHub Desktop.
Save jasonmelgoza/6553410 to your computer and use it in GitHub Desktop.
.is-truncate {
width: 250px; /** Adjust width to your needs */
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