From 5dfac83c3cc8cd2ddd6837c719ea0e4bcddc5952 Mon Sep 17 00:00:00 2001 From: Michael Haschke Date: Mon, 25 Nov 2024 10:02:19 +0100 Subject: [PATCH] add Depiction to reproduce FF apsect-ratio problem --- .../Application/stories/Application.stories.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/components/Application/stories/Application.stories.tsx b/src/components/Application/stories/Application.stories.tsx index 8526257c..e2feb590 100644 --- a/src/components/Application/stories/Application.stories.tsx +++ b/src/components/Application/stories/Application.stories.tsx @@ -17,6 +17,7 @@ import { Button, Depiction, Icon, + OverviewItem, WorkspaceHeader, } from "../../../index"; @@ -76,7 +77,16 @@ const TemplateBasicExample: StoryFn = (args) => Menu with MenuItems. - + + + } + backgroundColor={"dark"} + padding="medium" + ratio="1:1" + /> + +