1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[CL-611] Fix whitespaces for about dialog & emergency access (#13855)

This commit is contained in:
Oscar Hinton
2025-03-20 02:20:55 +01:00
committed by GitHub
parent 886f85df48
commit 92587a1dd8
2 changed files with 4 additions and 4 deletions

View File

@@ -42,12 +42,12 @@
</ng-container>
</div>
</div>
<div bitDialogFooter>
<ng-container bitDialogFooter>
<button bitButton bitDialogClose buttonType="primary" type="button">
{{ "close" | i18n }}
</button>
<button bitButton type="button" (click)="copyVersion()">
{{ "copy" | i18n }}
</button>
</div>
</ng-container>
</bit-simple-dialog>

View File

@@ -52,7 +52,7 @@
[color]="c.avatarColor"
size="small"
></bit-avatar>
<span>
<span class="tw-inline-flex tw-gap-2">
<a bitLink href="#" appStopClick (click)="edit(c)">{{ c.email }}</a>
<span
bitBadge
@@ -175,7 +175,7 @@
[color]="c.avatarColor"
size="small"
></bit-avatar>
<span>
<span class="tw-inline-flex tw-gap-2">
<span>{{ c.email }}</span>
<span bitBadge *ngIf="c.status === emergencyAccessStatusType.Invited">{{
"invited" | i18n