carbon-design-system / carbon

A design system built by IBM
https://www.carbondesignsystem.com
Apache License 2.0
7.86k stars 1.82k forks source link

[Bug]: Spacing issue between icon and text on warn inline multiselect #11727

Closed ccwilson-us-ibm-com closed 2 years ago

ccwilson-us-ibm-com commented 2 years ago

Package

@carbon/react, @carbon/styles

Browser

Chrome, Firefox

Package version

1.6.0

React version

^17.0.0

Description

When setting a multiselect component with the properties inline and warn, the label text overlaps with the yellow warning icon.

Reproduction/example

https://stackblitz.com/edit/github-aicltq?file=src/App.jsx

Steps to reproduce

Here's how the component is configure to display this issue:

<MultiSelect
        ariaLabel="MultiSelect"
        id="carbon-multiselect-example"
        items={items}
        label="Multiselect menu options"
        titleText="Multiselect title"
        type="inline"
        warn="true"
 />

Code of Conduct

shixiedesign commented 2 years ago

Attaching a visual for reference:

image