Skip to content

Instantly share code, notes, and snippets.

@2thecrow
Last active February 28, 2023 21:04
Show Gist options
  • Save 2thecrow/9029bb9aba755705e41256b48a977b49 to your computer and use it in GitHub Desktop.
Save 2thecrow/9029bb9aba755705e41256b48a977b49 to your computer and use it in GitHub Desktop.
Css hiding for text lines
overflow: hidden; /* include for safety */
display: -webkit-box; /* setting a block element */
-webkit-box-orient: vertical; /* companion class */
-webkit-line-clamp: 1; /* number of lines */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment