cell text is truncated to one line when setting .attributedText

I feel like that message container is a bit wider than it should be too. I'll look into this tonight.
Also check out Landscape mode I was seeing issues with the first message in the example project also but it is not attributed text.
Yeah, this will be resolved in v0.5.0. I'm pretty sure I forgot to use .round(.up) on the container width which is causing the first message to get cutoff in landscape.
Addressed in #70