-
Notifications
You must be signed in to change notification settings - Fork 1.9k
fix(multi-select): adjust AI label spacing when clear button appears #19450
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
fix(multi-select): adjust AI label spacing when clear button appears #19450
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 v11-carbon-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #19450 +/- ##
==========================================
- Coverage 84.88% 84.87% -0.01%
==========================================
Files 372 372
Lines 14453 14438 -15
Branches 4705 4757 +52
==========================================
- Hits 12268 12254 -14
+ Misses 2039 2037 -2
- Partials 146 147 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
packages/web-components/src/components/multi-select/multi-select.scss
Outdated
Show resolved
Hide resolved
Co-authored-by: Anna Wen <[email protected]>
d91dd77
…arbon-design-system#19450) * fix(multi-select): adjust AI label spacing when clear button appears * Use spacing token for block-size Co-authored-by: Anna Wen <[email protected]> --------- Co-authored-by: Anna Wen <[email protected]>
Closes #19297
Fixes overlapping buttons WCAG 2.5.8 issue in Multi Select filterable with AI label variation. Added styling on AI label that creates spacing and vertical divider matching the React version when clear button is present
New spacing:

Changelog
New
Testing / Reviewing
filterable="true"
PR Checklist
As the author of this PR, before marking ready for review, confirm you:
Updated documentation and storybook examplesWrote passing tests that cover this changeMore details can be found in the pull request guide