Fix widget size mining dashboard

This commit is contained in:
nymkappa 2022-05-24 11:19:09 +02:00
parent 9e0fdec053
commit 584fb47de7
No known key found for this signature in database
GPG key ID: E155910B16E8BD04
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<app-indexing-progress *ngIf="!widget"></app-indexing-progress>
<div class="container-xl" [class]="widget ? 'widget' : 'full-height'" [class]="indexingAvailable ? '' : 'legacy'">
<div class="container-xl" style="min-height: 335px" [ngClass]="{'widget': widget, 'full-height': !widget, 'legacy': !indexingAvailable}">
<h1 *ngIf="!widget" class="float-left" i18n="master-page.blocks">Blocks</h1>
<div class="clearfix"></div>

View file

@ -1,4 +1,4 @@
<div style="min-height: 295px">
<div style="min-height: 335px">
<table class="table latest-adjustments">
<thead>
<tr>