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 23, 2024
1 parent 4756494 commit d56d30b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/selection-panel/selection-panel.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -733,9 +733,7 @@ export const NestedCheckboxes: StoryObj = {

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

0 comments on commit d56d30b

Please sign in to comment.