fix(extension): prevent footer label overlap - #4930
Merged
Merged
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Executive SummaryReviewed the one-class Tailwind layout fix in the sidepanel Notes
Files Reviewed (2 files)
Reviewed by claude-opus-5 · Input: 58 · Output: 15.1K · Cached: 1.6M Review guidance: REVIEW.md from base branch |
iscekic
enabled auto-merge (squash)
July 31, 2026 14:19
jeanduplessis
approved these changes
Jul 31, 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
Prevent the extension sidepanel footer's long model label from painting over the Thinking effort control at narrow widths.
Why
Blink kept the flex trigger button at fit-content width while its block wrapper shrank. The long label then overflowed right into the effort select at 320px.
How
flex-1 min-w-0fills and shrinks with it.Verification
pnpm formatpnpm --filter kilo-extension verify— 49 files, 456 tests passedpnpm --filter kilo-extension buildpnpm --filter kilo-extension build:firefoxpnpm --filter kilo-extension e2e:chrome -- tests/e2e/footer-layout.test.ts— passed in independent verifierpnpm --filter kilo-extension e2e:chrome— 96 passed, 11 expected live-backend skipsVisual Changes
Before — 320px
Before — 360px
After — 320px
After — 560px