Browse Source

Changes due to PR comment

pull/12075/head
mpetrov 2 years ago
parent
commit
2dcfe1a35d
  1. 2
      ui-ngx/src/app/shared/components/image/image-gallery.component.html

2
ui-ngx/src/app/shared/components/image/image-gallery.component.html

@ -132,7 +132,7 @@
</button>
</div>
</mat-toolbar>
<div *ngIf="mode === 'list'" class="flex flex-1 flex-col h-full overflow-hidden">
<div *ngIf="mode === 'list'" class="flex flex-1 flex-col h-full min-h-0">
<div class="table-container flex-1">
<table mat-table [dataSource]="dataSource" [trackBy]="trackByEntity"
matSort [matSortActive]="pageLink.sortOrder.property" [matSortDirection]="pageLink.sortDirection()" matSortDisableClear>

Loading…
Cancel
Save