[Fix] Provider profile actions are cut off in settings - #1515
Merged
Conversation
Contributor
Review statusThis PR was opened by an automated account. A human maintainer must verify the change intent, provenance, and validation before merging. Current step: The required review sequence passed. Remaining merge requirements apply. Review-state labels are managed by this workflow; do not edit them manually. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
edelauna
marked this pull request as ready for review
September 4, 2026 04:32
edelauna
requested review from
JamesRobert20,
edelauna,
hannesrudolph,
navedmerchant and
taltas
as code owners
September 4, 2026 04:32
edelauna
approved these changes
Sep 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Why this change was made
The selector retained full-width sizing while the shared button component prevented shrinking, pushing the profile actions beyond the settings viewport. The regression appeared after
shrink-0was added to shared buttons ind7795ca3f.Impact
Users can access all provider profile actions at narrow and desktop editor widths without horizontal overflow. The fix is scoped to this selector and does not change shared button sizing or provider behavior.
Screenshots
320px editor width
640px editor width
The screenshots use the checked-in component gallery with two fixture profiles and no-op callbacks; they prove rendered layout and containment, not VS Code host integration or persistence.
Closes #1476