Advertisement
phpface

Untitled

Jun 8th, 2019
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.18 KB | None | 0 0
  1. .item h3 a {
  2.     display: -webkit-box;
  3.     -webkit-box-orient: vertical;
  4.     overflow: hidden;
  5.     text-overflow: ellipsis;
  6.     white-space: normal;
  7.     -webkit-line-clamp: 1;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement