fix(builder): prevent button height shift in database/ORM selection#812
fix(builder): prevent button height shift in database/ORM selection#812kasimthecoder wants to merge 1 commit intoTanStack:mainfrom
Conversation
👷 Deploy request for tanstack pending review.Visit the deploys page to approve it
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdated the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Fixes #689
Summary:
Resolved an issue where button height changed when selecting database/ORM options in the builder.
Cause:
Inconsistent height handling in the layout caused buttons to resize on selection.
Fix:
Adjusted styling to ensure consistent height and alignment across all options.
Testing:
Summary by CodeRabbit
Release Notes