Skip to content

Instantly share code, notes, and snippets.

@knownothingsnow
Created July 21, 2016 06:52
Show Gist options
  • Save knownothingsnow/ad74276f2821bd8c57d0ee7f159dda2d to your computer and use it in GitHub Desktop.
Save knownothingsnow/ad74276f2821bd8c57d0ee7f159dda2d to your computer and use it in GitHub Desktop.
.box {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment