mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Update layout.md
This commit is contained in:
parent
6eaa36fb6f
commit
6acdfdbfa0
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue