Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohit Sharma <rohit2sharma95@gmail.com>2020-07-05 14:03:27 +0300
committerMark Otto <otto@github.com>2020-07-11 21:49:56 +0300
commit6eaa36fb6f3b63c7e62964b987951c1298447c18 (patch)
tree576fc6d095c700c4cd2fa8f169e5700d46cec896 /site/content/docs/5.0/forms
parent69b3c464839ae09b2681451dfac978352e726e14 (diff)
Single line example for inline forms
Diffstat (limited to 'site/content/docs/5.0/forms')
-rw-r--r--site/content/docs/5.0/forms/layout.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/site/content/docs/5.0/forms/layout.md b/site/content/docs/5.0/forms/layout.md
index 3a4d0e7fa1..756397df1a 100644
--- a/site/content/docs/5.0/forms/layout.md
+++ b/site/content/docs/5.0/forms/layout.md
@@ -302,11 +302,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">
<div class="input-group-text">@</div>