UX: Fix space position in badge counts (#21240)

This commit is contained in:
Canapin 2023-04-26 00:15:26 +02:00 committed by GitHub
parent 06893d8505
commit 1de513cbdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<a class="user-card-badge-link" href={{this.badgeUrl}}>
<BadgeButton @badge={{@badge}}>
{{#if this.showGrantCount}}
<span class="count">(&times;&nbsp;{{@count}})</span>
<span class="count">&nbsp;(&times;{{@count}})</span>
{{/if}}
</BadgeButton>
</a>