-
Hide metrics
-
Show all metrics
+
+ Hide metrics
+ Show all metrics
@@ -119,7 +119,7 @@
+ class="d-flex flex-wrap op-table-row align-items-flex-start">
diff --git a/src/app/workflow/workflow-executions-list/workflow-executions-list.component.scss b/src/app/workflow/workflow-executions-list/workflow-executions-list.component.scss
index f28f00b2..2e702bdc 100644
--- a/src/app/workflow/workflow-executions-list/workflow-executions-list.component.scss
+++ b/src/app/workflow/workflow-executions-list/workflow-executions-list.component.scss
@@ -38,6 +38,11 @@
.cdk-column-metrics {
flex-basis: 200px;
+
+ table {
+ position: relative;
+ top: -1px;
+ }
}
.cdk-column-actions {
diff --git a/src/app/workflow/workflow-executions-list/workflow-executions-list.component.ts b/src/app/workflow/workflow-executions-list/workflow-executions-list.component.ts
index 0cf364fe..d44bc59a 100644
--- a/src/app/workflow/workflow-executions-list/workflow-executions-list.component.ts
+++ b/src/app/workflow/workflow-executions-list/workflow-executions-list.component.ts
@@ -24,7 +24,7 @@ import { PermissionService } from '../../permissions/permission.service';
})
export class WorkflowExecutionsListComponent implements OnInit, OnDestroy {
private snackbarRef: MatSnackBarRef