Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 0ddf5e2

Browse files
oodamienghillert
authored andcommitted
Task executions: fix width columns
1 parent 2bea849 commit 0ddf5e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/app/tasks/task-executions/task-executions.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ <h1 class="no-user-selection">Tasks</h1>
4747
Task Name
4848
</app-sort>
4949
</th>
50-
<th nowrap="" style="width: 120px">
50+
<th nowrap="">
5151
<app-sort id="sort-startdate" (change)="applySort($event)" [value]="'START_TIME'" [sort]="params">
5252
Start Date
5353
</app-sort>
5454
</th>
55-
<th nowrap="" style="width: 120px">
55+
<th nowrap="">
5656
<app-sort id="sort-enddate" (change)="applySort($event)" [value]="'END_TIME'" [sort]="params">
5757
End Date
5858
</app-sort>

0 commit comments

Comments
 (0)