Skip to content

sessions: fix overflowing widgets#281118

Merged
connor4312 merged 1 commit intomainfrom
connor4312/281102
Dec 4, 2025
Merged

sessions: fix overflowing widgets#281118
connor4312 merged 1 commit intomainfrom
connor4312/281102

Conversation

@connor4312
Copy link
Member

Closes #281102

Copilot AI review requested due to automatic review settings December 4, 2025 00:58
@connor4312 connor4312 enabled auto-merge (squash) December 4, 2025 00:58
@connor4312 connor4312 self-assigned this Dec 4, 2025
@vs-code-engineering
Copy link

📬 CODENOTIFY

The following users are being notified based on files changed in this PR:

@bpasero

Matched files:

  • src/vs/workbench/contrib/chat/browser/chatSessions/media/chatSessionAction.css

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes overflowing widgets in the chat sessions interface by adding appropriate CSS overflow properties to prevent session picker items from expanding beyond their containers. The changes address issue #281102.

Key changes:

  • Added overflow: hidden to .chat-input-toolbar and .chat-sessionPicker-item elements
  • Added max-width: 100% to .chat-sessionPicker-container to constrain its width
  • Added overflow: hidden to .chat-session-option-picker to ensure proper text truncation

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/vs/workbench/contrib/chat/browser/media/chat.css Added overflow constraints to chat input toolbar and session picker container to prevent widget overflow
src/vs/workbench/contrib/chat/browser/chatSessions/media/chatSessionAction.css Added overflow properties to session picker items and option picker to enable proper text ellipsis

@connor4312 connor4312 merged commit f3cda16 into main Dec 4, 2025
34 checks passed
@connor4312 connor4312 deleted the connor4312/281102 branch December 4, 2025 01:17
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Jan 18, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Worktree paths can overflow the chat input for bg sessions

3 participants