Skip to content

Instantly share code, notes, and snippets.

@hsleonis
Created February 10, 2016 09:24
Show Gist options
  • Save hsleonis/2f77b322a0f8929b8a3d to your computer and use it in GitHub Desktop.
Save hsleonis/2f77b322a0f8929b8a3d to your computer and use it in GitHub Desktop.
Give paragraph a ellipsis (...) when it overflows text
.add-ellisis {
width: 250px;
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