mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 22:46:54 +01:00
fix cpfp list title position
This commit is contained in:
parent
5b2f613856
commit
3b4eda432f
1 changed files with 3 additions and 1 deletions
|
@ -69,7 +69,9 @@
|
|||
<!-- CPFP Details -->
|
||||
<ng-template [ngIf]="showCpfpDetails">
|
||||
<br>
|
||||
<h2 class="text-left" i18n="transaction.related-transactions|CPFP List">Related Transactions</h2>
|
||||
<div class="title">
|
||||
<h2 class="text-left" i18n="transaction.related-transactions|CPFP List">Related Transactions</h2>
|
||||
</div>
|
||||
<div class="box cpfp-details">
|
||||
<table class="table table-fixed table-borderless table-striped">
|
||||
<thead>
|
||||
|
|
Loading…
Add table
Reference in a new issue