Skip to content

Instantly share code, notes, and snippets.

@4drian-sanchez
Last active July 14, 2023 20:08
Show Gist options
  • Save 4drian-sanchez/80c98113525f2fecd0a6d67da657b00f to your computer and use it in GitHub Desktop.
Save 4drian-sanchez/80c98113525f2fecd0a6d67da657b00f to your computer and use it in GitHub Desktop.
line limit with css only
.line-limit {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment