Skip to content

Commit

Permalink
Single line example for inline forms
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit2sharma95 committed Jul 5, 2020
1 parent 7cedb8e commit 99e3a27
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions site/content/docs/5.0/forms/layout.md
Expand Up @@ -301,11 +301,6 @@ Be sure to always include a `<label>` with each form control, even if you need t

{{< example >}}
<form class="row row-cols-md-auto g-3 align-items-center">
<div class="col-12">
<label class="visually-hidden" for="inlineFormInputName">Name</label>
<input type="text" class="form-control" id="inlineFormInputName" placeholder="Jane Doe">
</div>

<div class="col-12">
<label class="visually-hidden" for="inlineFormInputGroupUsername">Username</label>
<div class="input-group">
Expand Down

0 comments on commit 99e3a27

Please sign in to comment.