Skip to content

Commit 5ba860a

Browse files
committed
fix(demo.story): percentage width to demo on big screens too
1 parent 7e127bf commit 5ba860a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook/stories/Introduction/demo.story.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const disablePin = `
5555

5656
export const CUSTOM_SHARED_THEME = {
5757
Table: `
58-
--data-table-library_grid-template-columns: 80px 80px 240px repeat(6, minmax(180px, 1fr)) 80px;
58+
--data-table-library_grid-template-columns: 80px 80px 240px repeat(6, minmax(20%, 1fr)) 80px;
5959
`,
6060
BaseRow: `
6161
font-size: 14px;

0 commit comments

Comments
 (0)