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