Skip to content

Address feedback on chat input padding for narrow spaces#299930

Merged
bpasero merged 2 commits intocopilot/geographical-koalafrom
copilot/sub-pr-299927
Mar 7, 2026
Merged

Address feedback on chat input padding for narrow spaces#299930
bpasero merged 2 commits intocopilot/geographical-koalafrom
copilot/sub-pr-299927

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 7, 2026

max-width: 950px on .interactive-item-container and .chat-suggest-next-widget used the default box-sizing: content-box, making the rendered width 974px (950 + 12px padding each side) — wider than the input container which already used box-sizing: border-box (capped at 950px total).

  • Add box-sizing: border-box to .interactive-item-container and .chat-suggest-next-widget in src/vs/sessions/browser/media/style.css so all three constrained elements share the same box model and align at 950px.

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…nput

Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com>
Copilot AI changed the title [WIP] Address feedback on chat input padding for narrow spaces Address feedback on chat input padding for narrow spaces Mar 7, 2026
@bpasero bpasero marked this pull request as ready for review March 7, 2026 12:34
@bpasero bpasero merged commit 6598f3c into copilot/geographical-koala Mar 7, 2026
5 of 6 checks passed
@bpasero bpasero deleted the copilot/sub-pr-299927 branch March 7, 2026 12:34
bpasero added a commit that referenced this pull request Mar 7, 2026
* style - add padding to chat item containers

* style - add box-sizing to chat input container

* Address feedback on chat input padding for narrow spaces (#299930)

* Initial plan

* style - add box-sizing: border-box to item containers to align with input

Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com>

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants