From 7432f2a9224ed173d04930df3f02fd5a37e962c0 Mon Sep 17 00:00:00 2001 From: Matthew West Date: Sun, 31 Jul 2022 18:00:21 -0500 Subject: 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). --- site/content/docs/5.2/forms/layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 >}}
-- cgit v1.2.3