aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuy <[email protected]>2020-06-19 10:42:25 -0700
committerGitHub <[email protected]>2020-06-19 20:42:25 +0300
commitd3aa909c923428c08ce75a31a7500fadd5365ade (patch)
treee29451329e5d9a95c4edce693fd470cb90ff5615
parentedbcc401c28e539ecdcf3c49c7ef2a74d0c28ebd (diff)
downloadbootstrap-d3aa909c923428c08ce75a31a7500fadd5365ade.tar.xz
bootstrap-d3aa909c923428c08ce75a31a7500fadd5365ade.zip
Fix links to gutters page (#31116)
-rw-r--r--site/content/docs/5.0/forms/layout.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.0/forms/layout.md b/site/content/docs/5.0/forms/layout.md
index 3133a2f19..30aad7717 100644
--- a/site/content/docs/5.0/forms/layout.md
+++ b/site/content/docs/5.0/forms/layout.md
@@ -50,7 +50,7 @@ More complex forms can be built using our grid classes. Use these for form layou
## Gutters
-By adding [gutter modifier classes]({{< docsref "/layout/grid#gutters" >}}), you can have control over the gutter width in as well the inline as block direction. **Also requires the `$enable-grid-classes` Sass variable to be enabled** (on by default).
+By adding [gutter modifier classes]({{< docsref "/layout/gutters" >}}), you can have control over the gutter width in as well the inline as block direction. **Also requires the `$enable-grid-classes` Sass variable to be enabled** (on by default).
{{< example >}}
<div class="row g-3">
@@ -295,7 +295,7 @@ You can then remix that once again with size-specific column classes.
## Inline forms
-Use the `.col-auto` class to create horizontal layouts. By adding [gutter modifier classes]({{< docsref "/layout/grid#gutters" >}}), we'll have gutters in horizontal and vertical directions. The `.align-items-center` aligns the form elements to the middle, making the `.form-checkbox` align properly.
+Use the `.col-auto` class to create horizontal layouts. By adding [gutter modifier classes]({{< docsref "/layout/gutters" >}}), we'll have gutters in horizontal and vertical directions. The `.align-items-center` aligns the form elements to the middle, making the `.form-checkbox` align properly.
Be sure to always include a `<label>` with each form control, even if you need to hide it from non-screenreader visitors with `.sr-only`.