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 715dcc8 commit d5004e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/selection-panel/selection-panel.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ export const NestedCheckboxes: StoryObj = {
const meta: Meta = {
decorators: [
(story) => html`
<div style="padding: 2rem;${isChromatic() ? 'min-height: 550px;' : ''}">${story()}</div>
<div style="padding: 2rem;${isChromatic() ? 'min-height: 800px;' : ''}">${story()}</div>
`,
withActions as Decorator,
],
Expand Down

0 comments on commit d5004e1

Please sign in to comment.