Skip to content

Give the three tier cards one height - #38

Merged
ARCoder181105 merged 1 commit into
mainfrom
fix-tier-card-heights
Aug 30, 2026
Merged

Give the three tier cards one height#38
ARCoder181105 merged 1 commit into
mainfrom
fix-tier-card-heights

Conversation

@ARCoder181105

Copy link
Copy Markdown
Owner

No description provided.

Fades wraps each child in its own motion.div, so that div became the grid
item and the li inside it sized to its own text. The Bezel's h-full then
resolved against a li that was already only as tall as its content, and the
three cards came out three different heights. It also put a div between ul
and li.

asChild makes Fade render through Slot onto the li itself. No wrapper, the
li is the grid item again, and stretch does what it always did.

The heights cannot be asserted in jsdom, so the test asserts the cause: every
child of that ul is an LI. Verified failing without the fix.
@vercel

vercel Bot commented Aug 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
funcatlas Ready Ready Preview Aug 30, 2026 5:22am

@coderabbitai

coderabbitai Bot commented Aug 30, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: f4d1173d-99cb-47f8-b7d0-971eb538f75e


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@ARCoder181105
ARCoder181105 merged commit c2cb7cd into main Aug 30, 2026
5 of 6 checks passed
@ARCoder181105
ARCoder181105 deleted the fix-tier-card-heights branch August 30, 2026 05:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant