Skip to content

Commit

Permalink
Merge pull request #579 from opendatateam/fix/header-spaces-navigatio…
Browse files Browse the repository at this point in the history
…n-links

Fix spaces & alignments on header nav
  • Loading branch information
at-github authored Nov 13, 2024
2 parents 7674850 + 94e72e2 commit 44c6101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/header/HeaderComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const badgeCss = 'fr-badge fr-badge--sm fr-badge--' + props.badgeStyle
v-if="userName || quickLinks?.length"
class="fr-header__tools-links"
>
<p v-if="userName" class="fr-py-1w fr-text--sm">
<p v-if="userName" class="fr-py-1w fr-mr-2v fr-text--sm">
{{ userName }}
</p>
<DsfrHeaderMenuLinks
Expand Down Expand Up @@ -291,6 +291,6 @@ const badgeCss = 'fr-badge fr-badge--sm fr-badge--' + props.badgeStyle
gap: 0.25em;
}
:deep(.fr-header__tools-links) {
align-items: baseline;
align-items: center;
}
</style>

0 comments on commit 44c6101

Please sign in to comment.