Skip to content

Instantly share code, notes, and snippets.

@rileyrichter
Created February 16, 2024 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rileyrichter/275718fa087f12ac3cc1efc42f9496b0 to your computer and use it in GitHub Desktop.
Save rileyrichter/275718fa087f12ac3cc1efc42f9496b0 to your computer and use it in GitHub Desktop.
<style>
.some-class {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment