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
path: root/site
diff options
context:
space:
mode:
authorJulien Déramond <julien.deramond@orange.com>2022-09-14 16:11:14 +0300
committerGitHub <noreply@github.com>2022-09-14 16:11:14 +0300
commit4600a2540463b9ea5a3c505de92d1c0252c01fd5 (patch)
treea2aae98cbffe31f6872acdb63ccfa6a646df5252 /site
parenta1b1e43ddc32e8aba848968023ca0e4e11fb3a55 (diff)
Docs: minor fix for Navbar > Offcanvas examples (#37145)
Diffstat (limited to 'site')
-rw-r--r--site/content/docs/5.2/components/navbar.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.2/components/navbar.md b/site/content/docs/5.2/components/navbar.md
index b37db0f923..7cbc4e2c18 100644
--- a/site/content/docs/5.2/components/navbar.md
+++ b/site/content/docs/5.2/components/navbar.md
@@ -708,7 +708,7 @@ In the example below, to create an offcanvas navbar that is always collapsed acr
</ul>
</li>
</ul>
- <form class="d-flex" role="search">
+ <form class="d-flex mt-3" role="search">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Search</button>
</form>
@@ -768,7 +768,7 @@ When using offcanvas in a dark navbar, be aware that you may need to have a dark
</ul>
</li>
</ul>
- <form class="d-flex" role="search">
+ <form class="d-flex mt-3" role="search">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-success" type="submit">Search</button>
</form>