Skip to content

Instantly share code, notes, and snippets.

@FFKL
Created December 21, 2019 12:43
Show Gist options
  • Save FFKL/29887740e11a5216d45111e2ac0f6437 to your computer and use it in GitHub Desktop.
Save FFKL/29887740e11a5216d45111e2ac0f6437 to your computer and use it in GitHub Desktop.
Hidden text with ellipsis ('text...')
div {
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