diff --git a/packages/storybook/src/nimble/banner/banner-matrix.stories.ts b/packages/storybook/src/nimble/banner/banner-matrix.stories.ts index 3f927302f2..0cda09fa14 100644 --- a/packages/storybook/src/nimble/banner/banner-matrix.stories.ts +++ b/packages/storybook/src/nimble/banner/banner-matrix.stories.ts @@ -68,7 +68,7 @@ const component = ( prevent-dismiss="${partsHidden}" > ${severityLabel} ${actionLabel} ${partsHiddenLabel} ${longTextLabel} ${longText ? loremIpsum.substring(0, 78) : ''} - ${longText ? loremIpsum : 'This is message text.'} + ${longText ? `${loremIpsum} abcdedfghijklmnopqrstuvwxyzabcdedfghijklmnopqrstuvwxyzabcdedfghijklmnopqrstuvwxyzabcdedfghijklmnopqrstuvwxyz` : 'This is message text.'} ${when(() => linkVisible, html` <${anchorTag} slot="action" href="#">${longText ? loremIpsum.substring(0, 78) : 'Nimble anchor'} `)}