1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[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

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>