Skip to content

Instantly share code, notes, and snippets.

@rblakejohnson
Created August 15, 2013 21:13
Show Gist options
  • Select an option

  • Save rblakejohnson/6244966 to your computer and use it in GitHub Desktop.

Select an option

Save rblakejohnson/6244966 to your computer and use it in GitHub Desktop.
Truncate line of text
.truncate {
width: 250px;
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