Skip to content

Instantly share code, notes, and snippets.

@rileyrichter
Created December 19, 2024 19:19
Show Gist options
  • Save rileyrichter/27560160cc8748fe33ca3150b964877d to your computer and use it in GitHub Desktop.
Save rileyrichter/27560160cc8748fe33ca3150b964877d to your computer and use it in GitHub Desktop.
<style>
.line-clamp {
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