Skip to content

Commit

Permalink
fix(examples): remove unused .bd-content from Form example (#2439)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored Dec 26, 2023
1 parent ea3f278 commit ba93846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.3/examples/form/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h1 class="title">Travel</h1>
</div>
</nav>
</header>
<main class="bd-content order-1">
<main class="order-1">
<div class="bg-body title-bar">
<div class="container-xxl d-block">
<div class="row">
Expand Down

0 comments on commit ba93846

Please sign in to comment.