Advertisement
Guest User

Untitled

a guest
Sep 29th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. .text-style{
  2. display: block; /* Fallback for non-webkit */
  3. display: -webkit-box;
  4. line-height: 1.4;
  5. -webkit-line-clamp: 10; // line count to show
  6. -webkit-box-orient: vertical;
  7. overflow: hidden;
  8. text-overflow: ellipsis;
  9. overflow: hidden;
  10. color: tint($accent, 30%);
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement