-
Notifications
You must be signed in to change notification settings - Fork 2k
fix(notification): align toast notification details spacing with design spec #20605
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
fix(notification): align toast notification details spacing with design spec #20605
Conversation
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #20605 +/- ##
==========================================
+ Coverage 91.39% 92.13% +0.73%
==========================================
Files 485 484 -1
Lines 31370 32729 +1359
Branches 5430 5574 +144
==========================================
+ Hits 28670 30154 +1484
+ Misses 2547 2429 -118
+ Partials 153 146 -7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
@kennylam is moving the position of a slot in the dom a disruptive (or breaking?) change? |
Closes #20570
Fixed a bug with the toast notification spacing in web components to match the design spec.
Changelog
Removed
${prefix}--${type}-notification__details
class being applied twiceTesting / Reviewing
Notifications/Toast/Default
in WC Deploy PreviewPR Checklist
As the author of this PR, before marking ready for review, confirm you:
[ ] Wrote passing tests that cover this change[ ] Addressed any impact on accessibility (a11y)