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:
@@ -10,7 +10,7 @@
|
|||||||
<div class="tw-flex tw-items-center tw-justify-center" style="width: 40px; height: 40px">
|
<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>
|
<app-vault-icon [cipher]="cipher()" [coloredIcon]="true"></app-vault-icon>
|
||||||
</div>
|
</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 }}
|
{{ cipher().name }}
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user