I keep running into this issue where text bubbles are display like this: http://files.wild.as/tptwwl Using 1.0.1, happens in Chrome, FF and Safari on OSX. Adding these styles to the wrapping `<text>` component fixed the issue for me: ``` display: flex; flex-flow: column; align-items: start; ```
I keep running into this issue where text bubbles are display like this: http://files.wild.as/tptwwl
Using 1.0.1, happens in Chrome, FF and Safari on OSX. Adding these styles to the wrapping
<text>component fixed the issue for me: