Skip to content

Commit

Permalink
Docs: minor fix for Navbar > Offcanvas examples (#37145)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Sep 14, 2022
1 parent a1b1e43 commit 4600a25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/docs/5.2/components/navbar.md
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 4600a25

Please sign in to comment.