Advertisement
GochiSiyan

Title Limit

Jan 13th, 2021
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. .jeg_postblock_{BLOCK_NUMBER}.jeg_postblock .jeg_post_title {
  2. overflow: hidden;
  3. white-space: nowrap;
  4. text-overflow: ellipsis;
  5. max-width: 500px;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement