Skip to content

Bug: Wide tables go outside the bounds of the chat interface #114

@marksftw

Description

@marksftw

Summary:
The user included a data set that is a table in markdown format. The table had more columns than could fit on the screen, so it expanded outside the width boundaries of the chat.

Reproduction Steps:

  1. Paste in a markdown table with 8 columns of data that has headers for each column of at least one word each
  2. Chat with DeepSeek R1 about the data
  3. Note that when rendering the user prompt in the chat, the table expands in width outside of the box used to show the user's prompt.
  4. This also happens if the LLM generates the table and renders it in the chat. It causes all text to wrap as wide as the table.

Expected Result:
The table should stay within the bounds of the chat width instead of causing the width to expand.

Attachments:

  1. Screenshot of a table the user pasted in
  2. Screenshot of a table the LLM returned in a chat
  3. The table data to paste in for reproducing the bug
Image Image

austin-weather-data.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions