From f3929c31f4f1712543e88ead0db239bd73ce2ada Mon Sep 17 00:00:00 2001 From: TJ Egan Date: Mon, 7 Mar 2022 14:47:04 -0500 Subject: [PATCH] fix(FlexGrid): scope styles to FlexGrid story (#10929) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- packages/react/src/components/Grid/next/FlexGrid.stories.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/components/Grid/next/FlexGrid.stories.scss b/packages/react/src/components/Grid/next/FlexGrid.stories.scss index 8ff6d92d1335..35cafb192671 100644 --- a/packages/react/src/components/Grid/next/FlexGrid.stories.scss +++ b/packages/react/src/components/Grid/next/FlexGrid.stories.scss @@ -1,7 +1,7 @@ @use '@carbon/styles/scss/colors' as *; // base of project work area -#root > div:first-child > div:first-child { +#root > #templates > div:first-child { width: 100%; }