Skip to content

Message timestamp overlaps on small screens #1257

@priyapathak39

Description

@priyapathak39

On smaller screen sizes or narrow browser windows, the message timestamp overlaps with the message text content. This occurs because the container does not allow the elements to wrap, leading to a UI collision that makes the text unreadable.

Steps to reproduce:
Open the Chat UI/component.

Enter a message long enough to fill a portion of the row.

Resize the browser window to a narrow width (e.g., mobile view/375px).

Observe the timestamp position relative to the text.

Expected behavior:
The timestamp should automatically wrap to a new line below the message text when horizontal space is insufficient, maintaining readability.

Actual behavior:
The timestamp remains on the same horizontal line and overlaps the end of the message text.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions