Okay
  Public Ticket #641053
Meta Info: line breaks in website's URL
Closed

Comments

  • Max started the conversation

    Hi there,

    I am struggling with long urls in the meta info section of the portfolio. If the url does not contain any dashes, the url overflows the meta info box. Is there anything I can do about this? I already tried to enter the complete HTML for giving the link a different text, but had no luck with it since the automatic link generation interferes with my line of code.

    Please see attached screenshot for illustration.

    Thanks a lot in advance,

    Max.

  •  291
    Paul replied

    Hi Max!

    Please try applying this custom CSS:

    #uxb-port-item-meta {
        word-wrap: break-word;
    }

    Regards,
    Paul

  • Max replied

    That did the trick, thanks a lot!

  •  291
    Paul replied

    You\'re welcome!