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.
🐛 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.