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
When having a container that is a set size, and the content inside of a chip is longer than the container, the chip overflows instead of breaking label into new line.
Steps to reproduce the bug
Create a box with max size 100px
Add a chip with a label that is bigger than the box
See the chip overflow and cause scroll and not jump to new line
Expected behavior
Expected behaviour is when chip is bigger than container, it will be possible to get the content to jump onto a new line.
Specifications
Version: 0.37.0
Browser: Chrome
OS: MacOS
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
When having a container that is a set size, and the content inside of a chip is longer than the container, the chip overflows instead of breaking label into new line.
Steps to reproduce the bug
Expected behavior
Expected behaviour is when chip is bigger than container, it will be possible to get the content to jump onto a new line.
Specifications
Additional context
The text was updated successfully, but these errors were encountered: