Skip to content

Commit 99285d0

Browse files
authored
Update pane position story
1 parent c9f7db2 commit 99285d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react/src/PageLayout/PageLayout.responsive.stories.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ export const PanePositionResponsive: StoryFn = () => (
152152
<PageLayout.Content>
153153
<Placeholder height={400} label="Content" />
154154
</PageLayout.Content>
155-
<PageLayout.Pane position={{narrow: 'end', regular: 'start', wide: 'end'}}>
156-
<Placeholder height={200} label="Pane position: end (narrow) → start (regular) → end (wide)" />
155+
<PageLayout.Pane position={{narrow: 'end', regular: 'start', wide: 'start'}}>
156+
<Placeholder height={200} label="Pane position: end (narrow) → start (regular + wide)" />
157157
</PageLayout.Pane>
158158
</PageLayout>
159159
)
@@ -162,7 +162,7 @@ PanePositionResponsive.parameters = {
162162
docs: {
163163
description: {
164164
story:
165-
'The pane position changes based on viewport width: **end** on narrow viewports (< 768px), **start** on regular viewports (768px - 1399px), and **end** on wide viewports (>= 1400px).',
165+
'The pane position changes based on viewport width: **end** (below content) on narrow viewports (< 768px), **start** (left sidebar) on regular and wide viewports (>= 768px).',
166166
},
167167
},
168168
}

0 commit comments

Comments
 (0)