Merge pull request #5444 from mempool/natsoni/fix-pool-pie-position

Fix pool pie position on safari
This commit is contained in:
softsimon 2024-08-08 22:20:09 +02:00 committed by GitHub
commit b1a43abc0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>