Created
March 27, 2024 10:07
-
-
Save livemehere/83206771dd631d6c0e2872d0db77291b to your computer and use it in GitHub Desktop.
Max Line
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
p { | |
display: -webkit-box; | |
overflow: hidden; | |
-webkit-box-orient: vertical; | |
-webkit-line-clamp: 3; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment