Skip to content

Commit

Permalink
Button alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
awolosz committed Sep 1, 2024
1 parent 8b52baa commit b2047e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default {
<li class="nav-item dropdown">
<button class="btn btn-sm btn-light border border-light-subtle dropdown-toggle"
data-bs-toggle="dropdown" aria-expanded="false">
{{ synopsisStore.currentLanguage.toUpperCase() }}
<span class="align-middle me-1">{{ synopsisStore.currentLanguage.toUpperCase() }}</span>
<i class="bi bi-globe2 fs-5 align-middle"></i>
</button>
<ul class="dropdown-menu dropdown-menu-end">
Expand Down

0 comments on commit b2047e2

Please sign in to comment.