Fix pool pie position on safari

This commit is contained in:
natsoni 2024-08-08 11:23:56 +02:00
parent 77c6ad5576
commit 132d6204c3
No known key found for this signature in database
GPG Key ID: C65917583181743B

View File

@ -1,7 +1,7 @@
@if (chartOnly) {
<ng-container *ngTemplateOutlet="pieChart"></ng-container>
} @else {
<table>
<table style="width: 100%;">
<tbody>
<tr>
<td class="td-width field-label" [class]="chartPositionLeft ? 'chart-left' : ''" i18n="transaction.accelerated-to-feerate|Accelerated to feerate">Accelerated to</td>