[PM-31385] Safari Report icon rendering fix #18641

* add full height tailwind class to report icons
This commit is contained in:
Brad
2026-01-30 12:37:49 -08:00
committed by GitHub
parent 903acfa3df
commit d3aef2c14b

View File

@@ -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 }">