mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-01 18:08:19 +01:00
overflow hidden on user menu
This commit is contained in:
parent
0e791fd0ec
commit
c5bac554a7
@ -24,7 +24,7 @@
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="nav-profile">
|
||||
<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">
|
||||
<div class="ml-2 overflow-hidden">
|
||||
{{'loggedInAs' | i18n}}
|
||||
<small class="text-muted">{{name}}</small>
|
||||
</div>
|
||||
|
@ -701,3 +701,7 @@ img.logo {
|
||||
.min-height-fix {
|
||||
min-height: 1px;
|
||||
}
|
||||
|
||||
.overflow-hidden {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user