Skip to content

Instantly share code, notes, and snippets.

@codedrops-io
Created June 18, 2020 14:55
Show Gist options
  • Save codedrops-io/b88394b17b053fcfccf53fe6ccafc7e7 to your computer and use it in GitHub Desktop.
Save codedrops-io/b88394b17b053fcfccf53fe6ccafc7e7 to your computer and use it in GitHub Desktop.
Add ellipsis to a text.
p {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment