[PM-25360] - allow item details name to be selectable (#17693)

* allow item details name to be selectable

* use tw class
This commit is contained in:
Jordan Aasen 2025-12-04 09:13:21 -08:00 committed by GitHub
parent ad12704c21
commit 474ffa2ce1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
<div class="tw-flex tw-items-center tw-justify-center" style="width: 40px; height: 40px">
<app-vault-icon [cipher]="cipher()" [coloredIcon]="true"></app-vault-icon>
</div>
<h2 bitTypography="h4" class="tw-ml-2 tw-mt-2" data-testid="item-name">
<h2 bitTypography="h4" class="tw-ml-2 tw-mt-2 tw-select-auto" data-testid="item-name">
{{ cipher().name }}
</h2>
</div>