Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <ul>
  2. <li>
  3. <h3>Heading</h3>
  4. <p>Long thumbnail which I want to be divided into 2 lines and not just simply cut with ... ending</p>
  5. </li>
  6. </ul>
  7.  
  8. <p class="ui-li-aside"> Date or some text</p>
  9.  
  10. HEADING 3
  11. Thubmnail first line (probably divided into two lines)
  12. Thubnail Second line (if first line is not enough)
  13. ul-li-aside(actual date)
  14.  
  15. HEADI.... ul-li-aside(actual date)
  16. Thumbnail firs....
  17.  
  18. <ul>
  19. <li>
  20. <h3 style="white-space: normal;">Heading</h3>
  21. <p style="white-space: normal;">Long thumbnail which I want to be divided into 2 lines and not just simply cut with ... ending</p>
  22. </li>
  23. </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement