From d56d30bb320b911e6ef2d33b7b65c531f199fc29 Mon Sep 17 00:00:00 2001 From: Tommmaso Menga Date: Tue, 23 Jan 2024 09:52:40 +0100 Subject: [PATCH] chore(selection-panel): set chromatic min-height --- src/components/selection-panel/selection-panel.stories.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/selection-panel/selection-panel.stories.ts b/src/components/selection-panel/selection-panel.stories.ts index aa00ff2002..0540241621 100644 --- a/src/components/selection-panel/selection-panel.stories.ts +++ b/src/components/selection-panel/selection-panel.stories.ts @@ -733,9 +733,7 @@ export const NestedCheckboxes: StoryObj = { const meta: Meta = { decorators: [ - (story) => html` -
${story()}
- `, + (story) => html`
${story()}
`, withActions as Decorator, ], parameters: {