Last active
February 7, 2024 23:44
-
-
Save alaxvong/1bf778c6a223b6b7550b6d0705e63625 to your computer and use it in GitHub Desktop.
Line-clamp, Truncate/limit lines
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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