Feature request for product/service
Cursor IDE
Describe the request
Currently, ‘Show Chat History’ panel seems to have fixed width of 252px.
Child spans have CSS to truncate chat names with ellipsis.
It makes it hard to find a specific previous chat.
Please:
-
Increase ‘Show Chat History’ panel width
-
Enable horizontal resize ‘dragging’ on the container div with CSS, eg:
element.style {
resize: horizontal;
overflow: auto;
}
- Add the chat name to the ‘title’ attribute of the span so that when you hover over the chat name you can see the full name of the chat
Screenshot / Screen Recording
Operating System (if it applies)
Windows 10/11
