chromaui / addon-visual-tests

Visual Tests addon for Storybook
MIT License
33 stars 2 forks source link

Fix dramatic layout bug during onboarding #223

Closed MichaelArestad closed 6 months ago

MichaelArestad commented 6 months ago

When we updated the Text component, our tests didn't catch this one. If you check ?path=/story/screens-onboarding--baseline-saved on a wide viewport, you'll see it no longer wraps. The Text component was changed from block to inline-block allowing it to wrap in certain situations. I added a boolean block prop to Text allowing me to set it as a block. We could probably tackle this with Row, but Row came with a bunch of styles that would need to be overridden.