Text Wrapping issue on Listing Page

Text Wrapping issue on Listing Page when description has no spaces.

  1. Create a Listing
  2. Add a description without spaces
  3. Save
  4. See Listing Page

Actual:
There is no text wrap and text overlaps other components.

Hi,

Thank you for reporting this. We’ll fix it in future updates. Meanwhile, as a temporary fix, please use the CSS snippet:

.hp-listing__description {word-break:break-all}

Thanks! Same fix needed in Messages.
After applying: .hp-listing__description {word-break:break-all}
same issue still appears in Messages.

Glad it worked!

Please use this CSS snippet to fix message content:

.hp-message__content {word-break:break-all}