Skip to content

Commit 1078e66

Browse files
codingwolf-atlifeiscontent
authored andcommitted
Update iframeHeight in EmptyState story for Menu component
- Increased the `iframeHeight` from 300 to 500 in the `EmptyState` story, improving the rendering context for better visibility and usability in the documentation. - This change enhances the overall presentation of the Menu component's story, ensuring it displays correctly in the documentation environment.
1 parent d316174 commit 1078e66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/propel/src/components/menu/menu.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ export const EmptyState: Story = {
840840
docs: {
841841
story: {
842842
inline: false,
843-
iframeHeight: 300,
843+
iframeHeight: 500,
844844
},
845845
},
846846
},

0 commit comments

Comments
 (0)