Merge pull request #3079 from mempool/nymkappa/bugfix/layout-fix

Only add clearfix on block list widget
This commit is contained in:
softsimon 2023-02-19 20:41:15 +07:00 committed by GitHub
commit 209d5a57c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -123,8 +123,10 @@
(pageChange)="pageChange(page)" [boundaryLinks]="true" [ellipses]="false">
</ngb-pagination>
<ng-template [ngIf]="!widget">
<div class="clearfix"></div>
<br>
</ng-template>
</div>
</div>

View File

@ -103,6 +103,5 @@
</div>
<br>
</div>
<br>
</div>