From 798df99400c2025dc5a7d89bbe50b9c7d8088964 Mon Sep 17 00:00:00 2001 From: Louis-Maxime Piton Date: Wed, 9 Oct 2024 17:44:56 +0200 Subject: [PATCH] Docs: replace `.grid` by `.d-grid` in 'Utilities > Spacing' gap section (#40790) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Julien Déramond --- site/content/docs/5.3/utilities/spacing.md | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/site/content/docs/5.3/utilities/spacing.md b/site/content/docs/5.3/utilities/spacing.md index 2562b8d43e..3aa9a8e338 100644 --- a/site/content/docs/5.3/utilities/spacing.md +++ b/site/content/docs/5.3/utilities/spacing.md @@ -103,11 +103,11 @@ The syntax is nearly the same as the default, positive margin utilities, but wit When using `display: grid` or `display: flex`, you can make use of `gap` utilities on the parent element. This can save on having to add margin utilities to individual children of a grid or flex container. Gap utilities are responsive by default, and are generated via our utilities API, based on the `$spacers` Sass map. {{< example class="bd-example-cssgrid" >}} -
-
Grid item 1
-
Grid item 2
-
Grid item 3
-
Grid item 4
+
+
Grid item 1
+
Grid item 2
+
Grid item 3
+
Grid item 4
{{< /example >}} @@ -118,11 +118,11 @@ Support includes responsive options for all of Bootstrap's grid breakpoints, as `row-gap` sets the vertical space between children items in the specified container. {{< example class="bd-example-cssgrid" >}} -
-
Grid item 1
-
Grid item 2
-
Grid item 3
-
Grid item 4
+
+
Grid item 1
+
Grid item 2
+
Grid item 3
+
Grid item 4
{{< /example >}} @@ -131,11 +131,11 @@ Support includes responsive options for all of Bootstrap's grid breakpoints, as `column-gap` sets the horizontal space between children items in the specified container. {{< example class="bd-example-cssgrid" >}} -
-
Grid item 1
-
Grid item 2
-
Grid item 3
-
Grid item 4
+
+
Grid item 1
+
Grid item 2
+
Grid item 3
+
Grid item 4
{{< /example >}}