Skip to content

Instantly share code, notes, and snippets.

@jsakhil
Created June 19, 2019 05:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jsakhil/cf41a4358c09680e26c018fca9553845 to your computer and use it in GitHub Desktop.
Save jsakhil/cf41a4358c09680e26c018fca9553845 to your computer and use it in GitHub Desktop.
-webkit-line-clamp property Multiline Truncate
p.multiline {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment