fix(input-group): added mb-0 to prevent layout shifts in stratus#456
fix(input-group): added mb-0 to prevent layout shifts in stratus#456mattrothenberg merged 1 commit intocloudflare:mainfrom
Conversation
commit: |
Docs PreviewCommit: |
|
/bonk |
|
Based on my review of PR #456, here's a summary: PR SummaryTitle: fix(input-group): added mb-0 to prevent layout shifts in stratus Changes: Adds Files Changed:
ReviewThe fix targets three locations where
The use of
Visual Regression: The 5px change detected in "Input Group / Input Group Loading" is expected and confirms the fix is working - it shows the margin is now being properly reset. Changeset: ✅ Properly documented with patch level bump PR Checklist: ✅ Properly filled out with valid justifications This is a clean, targeted fix that addresses the root cause without introducing side effects. The change is minimal and follows the project's conventions. |



Fixes a margin issues in stratus when
InputGrouprenders as alabelby addingmb-0pnpm typecheck,pnpm testandpnpm build, verified through browser devtools