Skip to content

Instantly share code, notes, and snippets.

@felipegenuino
Last active December 10, 2019 13:29
Show Gist options
  • Save felipegenuino/60a32116e70d5208382ad8c7ae48fa0e to your computer and use it in GitHub Desktop.
Save felipegenuino/60a32116e70d5208382ad8c7ae48fa0e to your computer and use it in GitHub Desktop.
line-clamp
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