Guest User

Untitled

a guest
Dec 11th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. .video-description {
  2. /* Leave the old content just as it was and add the code below */
  3.  
  4. p {
  5. line-height: 1.4rem;
  6. margin-bottom: 0;
  7. }
  8.  
  9. .collapsed {
  10. max-height: 2.8rem;
  11. overflow-y: hidden;
  12. }
  13.  
  14. .expanded {
  15. max-height: none;
  16. }
  17. }
Add Comment
Please, Sign In to add comment