change rbf subheading, fix interval alignment

This commit is contained in:
Mononaut 2023-03-05 19:51:49 -06:00
parent f95da34fd1
commit f2749c67f3
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E
2 changed files with 6 additions and 2 deletions

View File

@ -61,10 +61,14 @@
align-items: flex-end;
}
.interval {
overflow: visible;
}
.interval-time {
font-size: 12px;
line-height: 16px;
padding: 0 10px;
white-space: nowrap;
}
}

View File

@ -192,7 +192,7 @@
<ng-container *ngIf="rbfInfo">
<div class="title float-left">
<h2 id="rbf" i18n="transaction.replacements|Replacements">Replacements</h2>
<h2 id="rbf" i18n="transaction.rbf-history|RBF History">RBF History</h2>
</div>
<div class="clearfix"></div>
<app-rbf-timeline [txid]="txId" [replacements]="rbfInfo"></app-rbf-timeline>