From c1fbaf6acf71e8eea966836cfba09eabe09ec0b5 Mon Sep 17 00:00:00 2001 From: Vicki League Date: Wed, 12 Feb 2025 13:16:13 -0500 Subject: [PATCH] [CL-586] Ensure story elements do not overflow due to wrapper border (#13348) --- libs/components/src/stories/storybook-decorators.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/components/src/stories/storybook-decorators.ts b/libs/components/src/stories/storybook-decorators.ts index d59f2dd1f3e..ec0df264c7e 100644 --- a/libs/components/src/stories/storybook-decorators.ts +++ b/libs/components/src/stories/storybook-decorators.ts @@ -12,7 +12,7 @@ export const positionFixedWrapperDecorator = (wrapper?: (story: string) => strin */ (story) => /* HTML */ `
${wrapper ? wrapper(story) : story}
`,