Last active
December 10, 2019 13:29
-
-
Save felipegenuino/60a32116e70d5208382ad8c7ae48fa0e to your computer and use it in GitHub Desktop.
line-clamp
This file contains 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: 2; /* numero de linhas*/ | |
-webkit-box-orient: vertical; | |
overflow: hidden; | |
text-overflow: ellipsis; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment