1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 18:53:29 +00:00

fix navbar text breaks

This commit is contained in:
Kyle Spearrin
2018-07-30 22:53:08 -04:00
parent 8b8bd88adf
commit bfc462cbec
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
<div class="dropdown-item-text d-flex align-items-center" *ngIf="name" appStopProp>
<app-avatar [data]="name" width="25" height="25" fontSize="14" [circle]="true"></app-avatar>
<div class="ml-2 overflow-hidden">
{{'loggedInAs' | i18n}}
<span>{{'loggedInAs' | i18n}}</span>
<small class="text-muted">{{name}}</small>
</div>
</div>