]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update layout.md
authorMark Otto <otto@github.com>
Sat, 11 Jul 2020 18:40:08 +0000 (11:40 -0700)
committerMark Otto <otto@github.com>
Sat, 11 Jul 2020 18:49:56 +0000 (11:49 -0700)
site/content/docs/5.0/forms/layout.md

index 756397df1a953cf37bce180c95031855178371b3..9b63d3202b7e47396ae1d91b15bf314337e34881 100644 (file)
@@ -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">