Skip to content

Commit

Permalink
made job list height 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
hahahannes committed Nov 29, 2023
1 parent e97214d commit 6a5598d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/jobs/list/list.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<spinner [show]="!ready"></spinner>

<div class="mat-elevation-z1" [hidden]="(!ready && init) || dataSource.data.length === 0">
<div class="table-container table-container-with-button">
<div>
<table mat-table [dataSource]="dataSource" matSort matSortActive="created" matSortDirection="desc">
<ng-container matColumnDef="id">
<th mat-header-cell mat-sort-header *matHeaderCellDef>ID</th>
Expand Down

0 comments on commit 6a5598d

Please sign in to comment.