Skip to content

Response bubbles are displaying next to each other instead of under #329

@buesing

Description

@buesing

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;

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions