Advertisement
phpface

Untitled

Jun 8th, 2018
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.19 KB | None | 0 0
  1. .video-section .item h3 a,
  2. .widget .item h3 a {
  3.     -webkit-line-clamp: 1;
  4.     display: -webkit-box;
  5.     white-space: normal;
  6.     -webkit-box-orient: vertical;
  7.     max-height: 3.5em;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement