Text not wrapping correctly in chat window
# 🤝help
b
No matter how wide I style my chat window, when my chatbot is deployed, the text 'wraps' strangely leaving the first letter of some words on the previous line. Any suggestions would be appreciated. https://cdn.discordapp.com/attachments/1250685083216777276/1250685083652722739/Screenshot_2024-06-12_at_17.29.15.png?ex=666bd6c0&is=666a8540&hm=f6bf4e75b3e0df197d2d6282cd9b9dbcb2813a6a7f502b9887befea4134f49fe&
d
Hey mate, I also find this very annoying. Have you found any solutions?
h
This CSS added to the additional CSS fixed most word wrap issues. Ordered lists still have number on separate line. .bpMessageContainer .bpMessageBlocksBubble, .bpMessageContainer .bpMessageBlocksBubble p { word-break: normal !important; white-space: normal !important; overflow-wrap: normal !important; }
m
Hi @handsome-lock-46391 the issue still exists, even after adding the css. Any solution ?
5 Views