Skip to content

Instantly share code, notes, and snippets.

@shhider
Created April 28, 2019 02:19
Show Gist options
  • Save shhider/2531fb232ead1d680708c27e0cf47790 to your computer and use it in GitHub Desktop.
Save shhider/2531fb232ead1d680708c27e0cf47790 to your computer and use it in GitHub Desktop.
[Useful CSS Snippets] #css
.ellipsis {
text-overflow: ellipsis;
white-space: nowrap;
word-wrap: normal;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment