Fix: aligned 'why is this block empty'

This commit is contained in:
jramos0 2026-07-20 23:18:18 -06:00
parent e9d6cf8c04
commit 2feee1d2fd

View file

@ -110,7 +110,7 @@
<ng-container *ngTemplateOutlet="restOfTable"></ng-container> <ng-container *ngTemplateOutlet="restOfTable"></ng-container>
</tbody> </tbody>
</table> </table>
<div class="col-sm chart-container" *ngIf="webGlEnabled && !showComparison"> <div class="col-sm chart-container block-graph-wrapper" *ngIf="webGlEnabled && !showComparison">
<app-block-overview-graph <app-block-overview-graph
#blockGraphActual #blockGraphActual
[isLoading]="!stateService.isBrowser || isLoadingOverview" [isLoading]="!stateService.isBrowser || isLoadingOverview"