mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-04 18:37:45 +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-menu dropdown-menu-right" aria-labelledby="nav-profile">
|
||||||
<div class="dropdown-item-text d-flex align-items-center" *ngIf="name" appStopProp>
|
<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>
|
<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}}
|
{{'loggedInAs' | i18n}}
|
||||||
<small class="text-muted">{{name}}</small>
|
<small class="text-muted">{{name}}</small>
|
||||||
</div>
|
</div>
|
||||||
|
@ -701,3 +701,7 @@ img.logo {
|
|||||||
.min-height-fix {
|
.min-height-fix {
|
||||||
min-height: 1px;
|
min-height: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.overflow-hidden {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user