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
Our overflow detection wasn't accurately accounting for list items that were within a flex container that spaced the items out with the css gap property. We should update our calculations to account for this. These change should go into our collection system. This might cause some small snap shot tests to be off by a few pixels.
The text was updated successfully, but these errors were encountered:
Adds Flexbox `gap` to overflow list calculations so that a the overflow list doesn't render outside the container. This is more noticeable with higher gap values.
Fixes#3020
Adds Flexbox `gap` to overflow list calculations so that a the overflow list doesn't render outside the container. This is more noticeable with higher gap values.
Fixes#3020
[category:Components]
🐛 Bug Report
Our overflow detection wasn't accurately accounting for list items that were within a flex container that spaced the items out with the css
gap
property. We should update our calculations to account for this. These change should go into our collection system. This might cause some small snap shot tests to be off by a few pixels.The text was updated successfully, but these errors were encountered: