Closed davelinke closed 1 month ago
Latest commit: 4bf26ad128cc4d95e292da845edec5328b7fd8ce
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
What?
Fixed header wrapping on mobile screens
Why?
The back link in the header component was aligning side to side with the Main heading and description on mobile screens.
Screenshots/Screen Recordings
Before
After
Testing/Proof
Add the sample in your dev.tsx and shrink the window to mobile size.
```tsx import { Page, Header, ActionBar } from '@bigcommerce/big-design-patterns'; import { Panel, Text } from '@bigcommerce/big-design'; import { AddIcon } from '@bigcommerce/big-design-icons'; const PageWithActionBar = () => { return (dev.tsx
code