Skip to content

Commit c5b5a3b

Browse files
committed
111638: Remove 'container' class from processes table
1 parent 27d05ae commit c5b5a3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/process-page/overview/table/process-overview-table.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="container mb-4">
1+
<div class="mb-4">
22
<div class="d-flex" (click)="collapse.toggle()" [attr.aria-expanded]="!collapse.collapsed" role="button">
33
<h2 class="flex-grow-1">
44
{{'process.overview.table.' + processStatus.toLowerCase() + '.title' | translate}}

0 commit comments

Comments
 (0)