fix(notification-drawer): add spacing between header actions#8085
Conversation
WalkthroughAdds a new CSS custom property Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
|
Preview: https://pf-pr-8085.surge.sh A11y report: https://pf-pr-8085-a11y.surge.sh |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@src/patternfly/components/NotificationDrawer/notification-drawer.scss`:
- Around line 145-150: In the .#{$notification-drawer}__header-action rule the
CSS property order violates the linter (gap must appear before align-items);
reorder the declarations so gap:
var(--#{$notification-drawer}__header-action--Gap); appears before align-items:
center; (keeping display and margin-inline-start where they are) to satisfy the
order/properties-order rule.
mcoker
left a comment
There was a problem hiding this comment.
👏 Thank you for the PR @tarunvashishth!
|
🎉 This PR is included in version 6.5.0-prerelease.36 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Fixes #7366
Adds the missing spacing token between notification drawer header actions.
Summary by CodeRabbit