Pad composer model picker to prevent ring clipping#1992
Conversation
- Add internal padding to the horizontal model picker row - Keep focus ring visible when the picker scrolls
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
ApprovabilityVerdict: Approved Single-line CSS adjustment adding negative margin and padding to prevent focus ring clipping. Purely visual fix with no runtime behavior changes. You can customize Macroscope's approvability policy. Learn more. |
Before

After

Summary
Testing
Note
Low Risk
Small, CSS-only layout tweak to add padding around the composer footer model picker area; minimal functional risk beyond potential minor spacing/scroll behavior changes.
Overview
Adjusts the chat composer footer layout by adding padding (and compensating negative margin) to the horizontally scrollable container that wraps
ProviderModelPicker, preventing focus rings from being clipped while keeping the compact/scrolling behavior.Reviewed by Cursor Bugbot for commit 1dd1dfb. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Pad composer model picker to prevent focus ring clipping
Adds
-m-1 p-1to the provider/model picker container in ChatComposer.tsx so the focus ring is no longer clipped by the scrollable footer area.Macroscope summarized 1dd1dfb.