Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew West <mwest@illinois.edu>2022-08-01 02:00:21 +0300
committerMark Otto <otto@github.com>2022-08-01 19:02:24 +0300
commit7432f2a9224ed173d04930df3f02fd5a37e962c0 (patch)
treebbdbdb44ca0e7316b1bf81bc4920523b9952140a
parentc22dd50e1b3539685c609e0e0b37ba52bb2312cf (diff)
Fix docs typo of `.form-checkbox` -> `.form-check`
The class `.form-checkbox` is not used in Bootstrap and here it should say `.form-check` (as shown in the example below).
-rw-r--r--site/content/docs/5.2/forms/layout.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.2/forms/layout.md b/site/content/docs/5.2/forms/layout.md
index 21423040e4..3b27e3f1c9 100644
--- a/site/content/docs/5.2/forms/layout.md
+++ b/site/content/docs/5.2/forms/layout.md
@@ -291,7 +291,7 @@ You can then remix that once again with size-specific column classes.
## Inline forms
-Use the `.row-cols-*` classes to create responsive horizontal layouts. By adding [gutter modifier classes]({{< docsref "/layout/gutters" >}}), we'll have gutters in horizontal and vertical directions. On narrow mobile viewports, the `.col-12` helps stack the form controls and more. The `.align-items-center` aligns the form elements to the middle, making the `.form-checkbox` align properly.
+Use the `.row-cols-*` classes to create responsive horizontal layouts. By adding [gutter modifier classes]({{< docsref "/layout/gutters" >}}), we'll have gutters in horizontal and vertical directions. On narrow mobile viewports, the `.col-12` helps stack the form controls and more. The `.align-items-center` aligns the form elements to the middle, making the `.form-check` align properly.
{{< example >}}
<form class="row row-cols-lg-auto g-3 align-items-center">