Skip to content

Instantly share code, notes, and snippets.

@livemehere
Created March 27, 2024 10:07
Show Gist options
  • Save livemehere/83206771dd631d6c0e2872d0db77291b to your computer and use it in GitHub Desktop.
Save livemehere/83206771dd631d6c0e2872d0db77291b to your computer and use it in GitHub Desktop.
Max Line
p {
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment