mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 14:50:52 +01:00
Fixes #3034
This commit is contained in:
parent
b2621e7c27
commit
6229708dfd
2 changed files with 2 additions and 3 deletions
|
@ -123,8 +123,8 @@
|
|||
(pageChange)="pageChange(page)" [boundaryLinks]="true" [ellipses]="false">
|
||||
</ngb-pagination>
|
||||
|
||||
<div class="clearfix"></div>
|
||||
<br>
|
||||
<div *ngIf="!widget" class="clearfix"></div>
|
||||
<br *ngIf="!widget">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -102,7 +102,6 @@
|
|||
<a *ngIf="!officialMempoolSpace" [routerLink]="['/tx/push' | relativeUrl]" i18n="shared.broadcast-transaction|Broadcast Transaction">Broadcast Transaction</a>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
|
Loading…
Add table
Reference in a new issue