Skip to content

Commit 730b12b

Browse files
committed
fix: example section list
1 parent 325cf0c commit 730b12b

File tree

1 file changed

+1
-1
lines changed
  • example/storybook/stories/components/basic/SectionList

1 file changed

+1
-1
lines changed

example/storybook/stories/components/basic/SectionList/Basic.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const Example = () => {
2828
},
2929
];
3030
return (
31-
<Center h="80">
31+
<Center h="80" w="100%">
3232
<SectionList
3333
maxW="300"
3434
w="100%"

0 commit comments

Comments
 (0)