Skip to content

Commit

Permalink
style: add indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hroth1994 committed Sep 20, 2024
1 parent 3177fff commit f1686e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions es-vue-base/src/lib-components/EsNavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@
<slot name="logo" />
</template>
</es-nav-bar-top-level-menu>
<div v-if="showSearch"
<div
v-if="showSearch"
class="nav-item d-none d-lg-block pt-100">
<es-button
variant="link"
Expand Down Expand Up @@ -138,7 +139,8 @@
</es-nav-bar-search-bar>
</div>
</b-container>
<b-container v-else
<b-container
v-else
class="d-flex flex-lg-nowrap justify-content-lg-end product-menu">
<div class="row">
<es-nav-bar-product-menu
Expand Down

0 comments on commit f1686e1

Please sign in to comment.