mirror of
https://github.com/bitwarden/clients.git
synced 2026-01-31 14:23:38 +08:00
[PM-31385] Safari Report icon rendering fix #18641
* add full height tailwind class to report icons
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
[ngClass]="{ 'tw-grayscale': disabled }"
|
||||
>
|
||||
<div class="tw-m-auto tw-size-20 tw-content-center">
|
||||
<bit-svg [content]="icon" aria-hidden="true"></bit-svg>
|
||||
<bit-svg [content]="icon" aria-hidden="true" class="tw-h-full"></bit-svg>
|
||||
</div>
|
||||
</div>
|
||||
<bit-card-content [ngClass]="{ 'tw-grayscale': disabled }">
|
||||
|
||||
Reference in New Issue
Block a user