Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 1c4d676

Browse files
committed
fix: weird padding in storybook preview
1 parent 6d425f2 commit 1c4d676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook/preview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const preview: Preview = {
1515
decorators: [
1616
(Story) => {
1717
return (
18-
<Theme>
18+
<Theme style={{ minHeight: "inherit" }}>
1919
<Story />
2020
</Theme>
2121
);

0 commit comments

Comments
 (0)