change rbf subheading, fix interval alignment
This commit is contained in:
parent
f95da34fd1
commit
f2749c67f3
@ -61,10 +61,14 @@
|
|||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.interval {
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
|
||||||
.interval-time {
|
.interval-time {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
padding: 0 10px;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -192,7 +192,7 @@
|
|||||||
|
|
||||||
<ng-container *ngIf="rbfInfo">
|
<ng-container *ngIf="rbfInfo">
|
||||||
<div class="title float-left">
|
<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>
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
<app-rbf-timeline [txid]="txId" [replacements]="rbfInfo"></app-rbf-timeline>
|
<app-rbf-timeline [txid]="txId" [replacements]="rbfInfo"></app-rbf-timeline>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user