Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .jeg_postblock .jeg_post_title {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2; /* number of lines to show */
- -webkit-box-orient: vertical;
- }
- h4.entry-title {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2; /* number of lines to show */
- -webkit-box-orient: vertical;
- }
Add Comment
Please, Sign In to add comment