diff --git a/packages/calcite-components/src/components/alert/alert.stories.ts b/packages/calcite-components/src/components/alert/alert.stories.ts index 99c2654aca4..5008f270a0e 100644 --- a/packages/calcite-components/src/components/alert/alert.stories.ts +++ b/packages/calcite-components/src/components/alert/alert.stories.ts @@ -218,3 +218,13 @@ export const autoClosableRetainsCloseButton_TestOnly = (): string => html` Take action `; + +export const textAlignDoesNotAffectComponentAlignment_TestOnly = (): string => html` +
+ +
Trail Camera Report
+
We thought you might want to take a look
+ Take action +
+
+`;