Update CommandList.vue to adjust max-width#1676
Conversation
📝 WalkthroughWalkthroughAdded a Tailwind-like max-width utility ( Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 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 |
|
Added it to two more components missing it |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@apps/v4/registry/new-york-v4/ui/popover/PopoverContent.vue`:
- Line 37: In PopoverContent.vue locate the long className string used for the
popover container (the token containing
origin-(--reka-popover-content-transform-origin) and outline-hidden,) and remove
the stray comma after outline-hidden so classes remain space-separated (match
the working pattern in DropdownMenuSubContent.vue); ensure there's a single
space between outline-hidden and the following
max-w-(--reka-popper-available-width) token so Tailwind can apply both classes
correctly.
🔗 Linked issue
#1675
❓ Type of change
📚 Description
📸 Screenshots (if appropriate)
📝 Checklist
Summary by CodeRabbit