Hey mate, I also find this very annoying. Have you found any solutions?
h
handsome-lock-46391
06/28/2024, 7:26 PM
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
most-wall-89482
07/03/2024, 4:08 PM
Hi @handsome-lock-46391 the issue still exists, even after adding the css. Any solution ?