Skip to content

Instantly share code, notes, and snippets.

@vinacms
Created March 4, 2017 16:42
Show Gist options
  • Save vinacms/df00bf03196950c6393abe060e255ea7 to your computer and use it in GitHub Desktop.
Save vinacms/df00bf03196950c6393abe060e255ea7 to your computer and use it in GitHub Desktop.
.giveMeEllipsis {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: N; /* number of lines to show */
line-height: X; /* fallback */
max-height: X*N; /* fallback */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment