Skip to content

Instantly share code, notes, and snippets.

@ethansnow2012
Created December 21, 2023 04:28
Show Gist options
  • Save ethansnow2012/2f4695a28b8763a12555503e964ca77b to your computer and use it in GitHub Desktop.
Save ethansnow2012/2f4695a28b8763a12555503e964ca77b to your computer and use it in GitHub Desktop.
.text-twoLine{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
-webkit-box-orient: vertical;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment