@if (title) {
}
-
diff --git a/libs/components/src/callout/callout.stories.ts b/libs/components/src/callout/callout.stories.ts
index 2b10c6e7d13..9ee3e8eafd0 100644
--- a/libs/components/src/callout/callout.stories.ts
+++ b/libs/components/src/callout/callout.stories.ts
@@ -123,6 +123,23 @@ export const WithTextButton: Story = {
},
};
+export const WithWrappingContent: Story = {
+ render: (args) => ({
+ props: args,
+ template: `
+
(args)}>
+ This is a really long callout that should wrap when it reaches the end of the container. This is a really long callout that should wrap when it reaches the end of the container.
+ This is a really long callout that should wrap when it reaches the end of the container. This is a really long callout that should wrap when it reaches the end of the container.
+ This is a really long callout that should wrap when it reaches the end of the container. This is a really long callout that should wrap when it reaches the end of the container.
+
+ `,
+ }),
+ args: {
+ type: "default",
+ icon: "bwi-globe",
+ },
+};
+
export const Truncate: Story = {
render: (args) => ({
props: args,