Skip to content

Comments

Fix chat input padding#297067

Merged
daviddossett merged 1 commit intomainfrom
ddossett/stable-pelican
Feb 23, 2026
Merged

Fix chat input padding#297067
daviddossett merged 1 commit intomainfrom
ddossett/stable-pelican

Conversation

@daviddossett
Copy link
Collaborator

Add padding: 0 4px to .chat-editor-container and remove the now-redundant .view-lines padding rule.

Copilot AI review requested due to automatic review settings February 23, 2026 18:56
@daviddossett daviddossett marked this pull request as ready for review February 23, 2026 18:56
@vs-code-engineering vs-code-engineering bot added this to the February 2026 milestone Feb 23, 2026
@daviddossett daviddossett changed the title Add padding to chat-editor-container Fix chat input padding Feb 23, 2026
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 refactors the padding approach for the chat editor by moving horizontal padding from the inner .view-lines element to the outer .chat-editor-container element. The intent is to consolidate padding at the container level rather than applying it to specific Monaco editor child elements.

Changes:

  • Add padding: 0 4px to .chat-editor-container to apply horizontal padding at the container level
  • Remove the now-redundant .view-lines padding rule that was applying 4px left padding to the text lines

@daviddossett daviddossett enabled auto-merge (squash) February 23, 2026 19:07
@daviddossett daviddossett merged commit eadc9a8 into main Feb 23, 2026
24 checks passed
@daviddossett daviddossett deleted the ddossett/stable-pelican branch February 23, 2026 19:27
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