Skip to content

Instantly share code, notes, and snippets.

@iba-cmsteam
Created April 19, 2017 14:12
Show Gist options
  • Save iba-cmsteam/8afda9aba7acee80e3e29c5c6fd636b1 to your computer and use it in GitHub Desktop.
Save iba-cmsteam/8afda9aba7acee80e3e29c5c6fd636b1 to your computer and use it in GitHub Desktop.
CSS.ellipsis
.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