Starting with yesterday’s update, version 2.2.7, something happened with the rendering of Markdown tables in the agent chat, and now wide tables are cut off on the right edge (like overflow:hidden). To read them, you have to expand the chat to full screen, and even that is not enough, because there is a hidden overflow on the right side. Please bring back the old logic, where tables take up to 100% of the chat width and no more, and then the content inside the cells stretches the table down, or add the ability to scroll tables natively in the chat.
UPD:
Now I see that some tables have this horizontal scrolling, but not all of them. For example, this table from the screenshot has no scrollbar at all, and I cannot scroll it. I can view it only by resizing the chat, and it has pretty extensive texts in it, and I cannot read it. The scroll itself is buggy and works pretty badly if the table is extra wide.
Steps to Reproduce
task agent to generate some multi-column content-rich table
Expected Behavior
As it was before—tables always take up to 100% of the width of the chat.
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
When the AI agent generates a response containing a Markdown table in the Chat sidebar, the table does not dynamically adjust its width or wrap internal text when the chat pane is resized. This results in the table being “cut off”, also there’s no horizontal scrolling , making it impossible to read the full content without expanding the chat to full screen.
Steps to Reproduce
Generate a Table: Open the Cursor Chat sidebar and ask the agent to “Generate a comparison table with 5 columns and long text in each cell.”
Verify Initial View: Observe that the table is rendered within the current sidebar width.
Resize Sidebar: Click and drag the edge of the sidebar to make it significantly narrower.
Observe Failure: Note that the table content does not wrap or scale; instead, the rightmost columns become inaccessible or the layout breaks.
Optional: Re-expand the sidebar and observe that the table may still maintain its fixed wide layout rather than re-adjusting to the new spac