From fbfb18067ead41e57190a4dfc66a6280877f463d Mon Sep 17 00:00:00 2001 From: Taylor Jones Date: Tue, 21 Feb 2023 11:18:42 -0600 Subject: [PATCH] docs(grid): fix auto columns docs example story (#13098) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- packages/react/src/components/Grid/Grid.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/react/src/components/Grid/Grid.mdx b/packages/react/src/components/Grid/Grid.mdx index fa7cf9d4defc..5a5b33ed195d 100644 --- a/packages/react/src/components/Grid/Grid.mdx +++ b/packages/react/src/components/Grid/Grid.mdx @@ -91,10 +91,10 @@ we will use the `sm`, `md`, and `lg` prop to specify how many columns the ### Debugging It is incredibly helpful when debugging CSS Grid to use the browser developer -tools' css grid mode to view the grid definition. Depending on the browser, these -typically provide a toggle for overlaying a schematic showing the column and -grid gap definition. With this overlay, it's much easier to visually understand -if grid modes are configured and set properly on the grid. +tools' css grid mode to view the grid definition. Depending on the browser, +these typically provide a toggle for overlaying a schematic showing the column +and grid gap definition. With this overlay, it's much easier to visually +understand if grid modes are configured and set properly on the grid. Documentation on these features is available for [Chrome](https://developer.chrome.com/docs/devtools/css/grid/), @@ -163,7 +163,7 @@ The values of these custom properties can be changed to modify the default behavior of columns. - + ## Offset columns