Skip to content

Commit

Permalink
up the breakpoint on columns folding
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjwatkins committed Dec 4, 2023
1 parent 6271e73 commit 667f641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions easy-ui-react/src/FormLayout/FormLayout.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export const Nesting: Story = {
placeholder="Placeholder text"
helperText="Helper text"
/>
<FormLayout.Grid columns={2}>
<FormLayout.Grid columns={{ xs: 1, md: 2 }}>
<FormLayout.Section>
<FormLayout.Header>
<FormLayout.Title>Section Title 2</FormLayout.Title>
Expand Down Expand Up @@ -190,7 +190,7 @@ export const Nesting: Story = {
placeholder="Placeholder text"
helperText="Helper text"
/>
<FormLayout.Grid columns={2}>
<FormLayout.Grid columns={{ xs: 1, md: 2 }}>
<TextField
label="Input 6"
placeholder="Placeholder text"
Expand Down

0 comments on commit 667f641

Please sign in to comment.