Skip to content
Commit 4eb4d71d authored by Smitty van Bodegom's avatar Smitty van Bodegom
Browse files

Prevent last message text from overflowing

Sometimes the last chat message would overflow the available space, and
go past the end of the line due to the default wrapMode allowing the
content width to exceed the set width when there are insufficient
newlines. This changes the wrapping strategy to aggresively wrap the
text to fit within the available space.

The effect of using WrapAnywhere instead of Wrap is that some
characters of a cut-off word will be displayed instead of wrapping
earlier.
parent 7f4a52ae
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment