Advertisement
fauzanjeg

Fix Truncated Text in Mobile

Jun 15th, 2021
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.15 KB | None | 0 0
  1. /* Fix Truncated Text in Mobile */
  2. @media only screen and (max-width: 480px) {
  3.     .jeg_pl_lg_4 .jeg_post_excerpt {
  4.         max-height: unset;
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement