Text Wrapping issue on Listing Page when description has no spaces.
- Create a Listing
- Add a description without spaces
- Save
- See Listing Page
Actual:
There is no text wrap and text overlaps other components.
Text Wrapping issue on Listing Page when description has no spaces.
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}