Fixed broken space-* utility on Dialog#26805
Conversation
Closes https://linear.app/ghost/issue/DES-1311/space-x-classes-in-activitypub-dont-work Tailwind v4 doesn't like the space utility bound to responsive classes. Tweaks it to gap which works more reliably.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThe pull request modifies the DialogFooter component in the dialog component file. The responsive spacing utility for small screens changes from 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
📝 Coding Plan for PR comments
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 |
Closes https://linear.app/ghost/issue/DES-1311/space-x-classes-in-activitypub-dont-work
Tailwind v4 doesn't like the
space-*utility bound to responsive classes (Likesm:). This PR tweaks it togapwhich works more reliably. Tested across a few different Dialog implementations.