You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got an issue on the newly added prop renderIcon in the Tag React component. I am rendering a wrappable list of tags, that has a mix of tags with and without renderIcon. It renders okay, except there is a misalignment issue. The tags without renderIcon got pushed down a little bit.
What package(s) are you using?
carbon-components
carbon-components-react
Detailed description
I got an issue on the newly added prop
renderIcon
in theTag
React component. I am rendering a wrappable list of tags, that has a mix of tags with and withoutrenderIcon
. It renders okay, except there is a misalignment issue. The tags withoutrenderIcon
got pushed down a little bit.Steps to reproduce the issue
Here's an example:
CodeSandbox:
https://codesandbox.io/s/bold-brook-2cq7e?file=/src/index.js
The text was updated successfully, but these errors were encountered: