Skip to content

Instantly share code, notes, and snippets.

@andreibabor
Last active September 14, 2021 09:45
Show Gist options
  • Save andreibabor/8030c3716c03da3c52eee3705c70c15b to your computer and use it in GitHub Desktop.
Save andreibabor/8030c3716c03da3c52eee3705c70c15b to your computer and use it in GitHub Desktop.
Css limit words
display: -webkit-box;
font-size: 14px;
line-height: 1.4em;
overflow: hidden;
text-align: center;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
margin: 0 0 10px 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment