chore: spacing fix in Whats happening carousel card#30186
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
Impact scope:
Performance Test Selection: |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit a03dda5. Configure here.
|




Description
Fixes the spacing in the Whats happening carousel card.
Before:

After:

Changelog
CHANGELOG entry: null
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Performance checks (if applicable)
trace()for usage andaddTokenfor an exampleFor performance guidelines and tooling, see the Performance Guide.
Pre-merge reviewer checklist
Note
Low Risk
Low risk UI-only change that standardizes carousel card/skeleton heights; no business logic, data, or security behavior is modified.
Overview
Adjusts the
WhatsHappeningcarousel to use a shared Tailwind height class (h-[230px]) so real cards, loading skeletons, and theViewMoreCardstay visually aligned.Adds an optional
twHeightClassNameprop toWhatsHappeningCardandWhatsHappeningCardSkeleton, wires it through fromWhatsHappeningSection, and includes a small unit test for the skeleton component.Reviewed by Cursor Bugbot for commit a03dda5. Bugbot is set up for automated code reviews on this repo. Configure here.