Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save karamansky/5a14cf2f758121e1e2ff5a3be750c4ad to your computer and use it in GitHub Desktop.
Save karamansky/5a14cf2f758121e1e2ff5a3be750c4ad to your computer and use it in GitHub Desktop.
overflow: hidden;
text-overflow: ellipsis;
display: -moz-box;
-moz-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
line-clamp: 2;
box-orient: vertical;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment