Skip to content

Commit

Permalink
fix: remove nested b-container
Browse files Browse the repository at this point in the history
  • Loading branch information
hroth1994 committed Dec 4, 2024
1 parent 8dde8a5 commit 41b0f70
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions es-vue-base/src/lib-components/EsNavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,22 +118,20 @@
</template>
</es-nav-bar-top-level-menu>
<!-- desktop search bar -->
<b-container
class="nav-search-bar-desktop nav-item top-header mx-0 justify-content-center"
<div
class="w-100 nav-search-bar-desktop nav-item top-header mx-0 justify-content-center"
style="display: none">
<div class="row w-100">
<es-search-bar id="searchBarDesktop">
<template #close>
<es-button
class="order-2 nav-button nav-search-close-desktop ml-50"
aria-label="Close search bar"
variant="link">
<icon-x />
</es-button>
</template>
</es-search-bar>
</div>
</b-container>
<es-search-bar id="searchBarDesktop">
<template #close>
<es-button
class="order-2 nav-button nav-search-close-desktop ml-50"
aria-label="Close search bar"
variant="link">
<icon-x />
</es-button>
</template>
</es-search-bar>
</div>
<!-- desktop search icon -->
<div
id="navBarSearchIcon"
Expand Down

0 comments on commit 41b0f70

Please sign in to comment.