Comment 'I investigated the p...' to 'Limit Number of characters on timeline'
  • I investigated the problem and found out that the problem with 'See more' appeared because the following code was added in Lucid template -> Styles -> Custom Styles:

    div.bx-tl-item-text div.bx-tl-content {

        max-height: none !important;

    }

    .bx-tl-content.fr-view.bx-tl-overflow {

        max-height: none;

        border-bottom: 0px !important;

    }

    div.bx-tl-item-content div.bx-tl-item-text div.bx-tl-content-show-more{

    display:none !important;}

    When I removed it 'See more'appeared.

    But some other customization (in template styles or some code from custom 3d party apps) hides the gradient after final page loading. So, finaly the post looks like this

    P.S. When I finished I returned the custom styles back.