Skip to content

Commit dfd2bed

Browse files
committed
Grid documentation updates
1 parent c40e446 commit dfd2bed

File tree

5 files changed

+2
-39
lines changed

5 files changed

+2
-39
lines changed

apps/website/screens/components/grid/code/examples/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const code = `() => {
77
<DxcGrid
88
gap={{ rowGap: "var(--spacing-gap-s)", columnGap: "var(--spacing-gap-ml)" }}
99
templateColumns={["repeat(4, 1fr)"]}
10-
templateRows={["40px", "200px", "60px"]}
10+
templateRows={["var(--height-xl)", "200px", "var(--height-xxxl)"]}
1111
templateAreas={[
1212
"header header header header",
1313
"sidenav main main main",

apps/website/screens/components/grid/overview/GridOverviewPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const sections = [
9292
<Link href="/components/flex" passHref legacyBehavior>
9393
<DxcLink>flex</DxcLink>
9494
</Link>{" "}
95-
component for one-dimensional layouts or stacked components with simpler structures.
95+
component instead for one-dimensional layouts or stacked components with simpler structures.
9696
</DxcBulletedList.Item>
9797
</DxcBulletedList>
9898
),

apps/website/screens/components/grid/specs/GridSpecsPage.tsx

Lines changed: 0 additions & 37 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)