remove min-heigth
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
<ng-container *ngIf="loading" [ngTemplateOutlet]="loadingTemplate"></ng-container>
|
<ng-container *ngIf="loading" [ngTemplateOutlet]="loadingTemplate"></ng-container>
|
||||||
|
|
||||||
<table [ngClass]="tableClasses" style="min-height: 300px;">
|
<table [ngClass]="tableClasses">
|
||||||
<thead [ngClass]="headerClasses">
|
<thead [ngClass]="headerClasses">
|
||||||
<tr *ngFor="let header of gridHeaders" >
|
<tr *ngFor="let header of gridHeaders" >
|
||||||
<th [attr.colspan]="columns.length">
|
<th [attr.colspan]="columns.length">
|
||||||
|
|||||||
Reference in New Issue
Block a user