Last active
June 19, 2020 20:06
-
-
Save robertoandres24/9251622a0beec7cad55493e899e44e72 to your computer and use it in GitHub Desktop.
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
.parent { | |
//no necesita nada especial | |
} | |
.child { | |
display: -webkit-box; | |
-webkit-line-clamp: 2; | |
-webkit-box-orient: vertical; | |
overflow: hidden; | |
} | |
/* https://css-tricks.com/almanac/properties/l/line-clamp */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment