Skip to content

Instantly share code, notes, and snippets.

@andreibabor
Created September 9, 2021 04:52
Show Gist options
  • Save andreibabor/eda8e15b1bcdc514ea311ecbe311cb96 to your computer and use it in GitHub Desktop.
Save andreibabor/eda8e15b1bcdc514ea311ecbe311cb96 to your computer and use it in GitHub Desktop.
CSS limit words
.snize-description{
overflow: hidden;
text-overflow: ellipsis;
white-space: initial;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
height: 38px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment