Skip to content

Commit 80e032d

Browse files
authored
make stories smaller (codesandbox#3432)
1 parent 1c3b33b commit 80e032d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/components/.storybook/config.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const GlobalStyle = createGlobalStyle`
3535
${global};
3636
html body {
3737
font-family: 'Inter', sans-serif;
38+
width: 400px;
3839
margin: 0;
3940
background-color: ${props =>
4041
// @ts-ignore

0 commit comments

Comments
 (0)