8000 Undo · coder/coder@3d7bcc3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d7bcc3

Browse files
committed
Undo
1 parent 4d7799d commit 3d7bcc3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

site/src/modules/notifications/NotificationsInbox/InboxPopover.stories.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,13 @@ const meta: Meta<typeof InboxPopover> = {
1111
},
1212
render: (args) => {
1313
return (
14-
<div className="w-full max-w-screen-xl py-2 px-6">
14+
<div className="w-full max-w-screen-xl p-6 h-[720px]">
1515
<header className="flex justify-end">
1616
<InboxPopover {...args} />
1717
</header>
1818
</div>
1919
);
2020
},
21-
parameters: {
22-
layout: "fullscreen",
23-
chromatic: {
24-
desktop: { name: "Custom", styles: { width: "640px", height: "720px" } },
25-
},
26-
},
2721
};
2822

2923
export default meta;

0 commit comments

Comments
 (0)
0