Skip to content

Commit

Permalink
chore(selection-panel): set chromatic min-height
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMenga committed Jan 22, 2024
1 parent f8e9391 commit 715dcc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/selection-panel/selection-panel.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,9 @@ export const NestedCheckboxes: StoryObj = {

const meta: Meta = {
decorators: [
(story) => html` <div style="padding: 2rem;">${story()}</div> `,
(story) => html`
<div style="padding: 2rem;${isChromatic() ? 'min-height: 550px;' : ''}">${story()}</div>
`,
withActions as Decorator,
],
parameters: {
Expand Down

0 comments on commit 715dcc8

Please sign in to comment.