Skip to content

Instantly share code, notes, and snippets.

@jmc2082
Created December 7, 2019 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmc2082/b57bf2cdc1acaabfcb898a874e0c0fb9 to your computer and use it in GitHub Desktop.
Save jmc2082/b57bf2cdc1acaabfcb898a874e0c0fb9 to your computer and use it in GitHub Desktop.
.ellipsis {
text-overflow: ellipsis;
/* Required for text-overflow to do anything */
white-space: nowrap;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment