Skip to content

Instantly share code, notes, and snippets.

@robertoandres24
Last active June 19, 2020 20:06
Show Gist options
  • Save robertoandres24/9251622a0beec7cad55493e899e44e72 to your computer and use it in GitHub Desktop.
Save robertoandres24/9251622a0beec7cad55493e899e44e72 to your computer and use it in GitHub Desktop.
.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