fix overflowing tables on ln nodes-per-x chart pages

This commit is contained in:
Mononaut
2023-01-18 15:48:01 -06:00
parent 47d2a6d5c7
commit c5f9682b5b
3 changed files with 12 additions and 7 deletions

View File

@@ -51,7 +51,7 @@
<app-toggle [textLeft]="'Sort by nodes'" [textRight]="'capacity'" [checked]="true" (toggleStatusChanged)="onGroupToggleStatusChanged($event)"></app-toggle>
</div>
<table class="table table-borderless text-center m-auto" style="max-width: 900px" *ngIf="!widget">
<table class="table table-borderless table-fixed text-center m-auto" style="max-width: 900px" *ngIf="!widget">
<thead>
<tr>
<th class="rank text-left pl-0" i18n="mining.rank">Rank</th>