mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-28 12:45:45 +01:00
fix fido2 cipher row component subname not having proper layout/styling (#11389)
This commit is contained in:
parent
3f8f5bc1fa
commit
386bcaeabd
@ -15,7 +15,9 @@
|
|||||||
class="bwi bwi-collection text-muted"
|
class="bwi bwi-collection text-muted"
|
||||||
></i>
|
></i>
|
||||||
</span>
|
</span>
|
||||||
<span class="detail" *ngIf="getSubName(cipher)">{{ getSubName(cipher) }}</span>
|
<ng-container slot="secondary">
|
||||||
<span *ngIf="cipher.subTitle" slot="secondary">{{ cipher.subTitle }}</span>
|
<div *ngIf="getSubName(cipher)">{{ getSubName(cipher) }}</div>
|
||||||
|
<div *ngIf="cipher.subTitle">{{ cipher.subTitle }}</div>
|
||||||
|
</ng-container>
|
||||||
</button>
|
</button>
|
||||||
</bit-item>
|
</bit-item>
|
||||||
|
Loading…
Reference in New Issue
Block a user