Skip to content

Instantly share code, notes, and snippets.

@urodoz
Created July 13, 2017 14:40
Show Gist options
  • Save urodoz/8647d0f9160a726416eb809dfd890996 to your computer and use it in GitHub Desktop.
Save urodoz/8647d0f9160a726416eb809dfd890996 to your computer and use it in GitHub Desktop.
CSS Ellipsis
/* Applies ellipsis to the text container */
.text-elipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment