diff options
| author | Mark Otto <[email protected]> | 2020-07-11 11:40:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2020-07-11 11:49:56 -0700 |
| commit | 6acdfdbfa005197509e7cb60daab7e458dee80b1 (patch) | |
| tree | b787f3f11fb8b1769f9609910f88918be4d0e31b | |
| parent | 6eaa36fb6f3b63c7e62964b987951c1298447c18 (diff) | |
| download | bootstrap-6acdfdbfa005197509e7cb60daab7e458dee80b1.tar.xz bootstrap-6acdfdbfa005197509e7cb60daab7e458dee80b1.zip | |
Update layout.md
| -rw-r--r-- | site/content/docs/5.0/forms/layout.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/forms/layout.md b/site/content/docs/5.0/forms/layout.md index 756397df1..9b63d3202 100644 --- a/site/content/docs/5.0/forms/layout.md +++ b/site/content/docs/5.0/forms/layout.md @@ -300,7 +300,7 @@ Use the `.col-auto` class to create horizontal layouts. By adding [gutter modifi Be sure to always include a `<label>` with each form control, even if you need to visually hide it with `.visually-hidden` (which still keeps it available to assistive technologies such as screen readers). {{< example >}} -<form class="row row-cols-md-auto g-3 align-items-center"> +<form class="row row-cols-lg-auto g-3 align-items-center"> <div class="col-12"> <label class="visually-hidden" for="inlineFormInputGroupUsername">Username</label> <div class="input-group"> |
