fix: correct overflow badge vertical alignment#39
Conversation
Set line-height: 0 on vaadin-context-menu to eliminate the extra inline spacing that caused the overflow badge to appear misaligned relative to other badges in the list. Close #38
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughA CSS style rule was added to the BadgeList component that targets the vaadin-context-menu element and sets line-height to 0, addressing visual alignment of the overflow badge in the badge list component. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 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 |
|



Set line-height: 0 on vaadin-context-menu to eliminate the extra inline spacing that caused the overflow badge to appear misaligned relative to other badges in the list.
Close #38
Summary by CodeRabbit