Skip to content

Instantly share code, notes, and snippets.

@ufuk
Last active April 27, 2020 06:51
Show Gist options
  • Save ufuk/6f296be42225a0117c1a to your computer and use it in GitHub Desktop.
Save ufuk/6f296be42225a0117c1a to your computer and use it in GitHub Desktop.
Cut a long text with three dots (...)
.cut-text {
display: block;
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