Skip to content

Instantly share code, notes, and snippets.

@alaxvong
Last active February 7, 2024 23:44
Show Gist options
  • Save alaxvong/1bf778c6a223b6b7550b6d0705e63625 to your computer and use it in GitHub Desktop.
Save alaxvong/1bf778c6a223b6b7550b6d0705e63625 to your computer and use it in GitHub Desktop.
Line-clamp, Truncate/limit lines
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment