diff --git a/src/frontend/app/avis/avis-workflow.component.ts b/src/frontend/app/avis/avis-workflow.component.ts index ca45ca0ac56751f11be0951f760ceb6f3d65b7fa..e37861ee66031ed17f352f6bcfe1adb63173f90e 100644 --- a/src/frontend/app/avis/avis-workflow.component.ts +++ b/src/frontend/app/avis/avis-workflow.component.ts @@ -24,7 +24,7 @@ export class AvisWorkflowComponent implements OnInit { roles: ['sign', 'avis'], items: [] }; - avisWorkflowClone: any = null; + avisWorkflowClone: any = []; avisTemplates: any = { private: [], public: [] diff --git a/src/frontend/app/linkedResource/linked-resource-list.component.html b/src/frontend/app/linkedResource/linked-resource-list.component.html index 65c5d7ef4aeee20361684b50b0db3102f79d2897..0727d29341582c93188e5321761227b2be8b1814 100644 --- a/src/frontend/app/linkedResource/linked-resource-list.component.html +++ b/src/frontend/app/linkedResource/linked-resource-list.component.html @@ -7,7 +7,7 @@ <mat-card id="viewThumbnail" style="display:none;position: fixed;z-index: 2;margin-left: 1px;left: 50%;transform: translate(-50%,-50%);top: 50%;"> <img style="max-height: 100vh;" src="{{thumbnailUrl}}" /></mat-card> - <div class="row"> + <div class="row" style="margin: 0px;"> <div class="col-md-12"> <mat-paginator #paginator [length]="100" [hidePageSize]="true" [pageSize]="10"> </mat-paginator> diff --git a/src/frontend/app/process/process.component.html b/src/frontend/app/process/process.component.html index 2680ee99b5b0a45c37ad52b2f995aaa7ccbbbb5f..777b9aaf0cf47b85f7d47c56243d7075f01e8c5a 100644 --- a/src/frontend/app/process/process.component.html +++ b/src/frontend/app/process/process.component.html @@ -251,7 +251,7 @@ [ngStyle]="{'width': appService.getViewMode() ? '80%' : '30%'}" autoFocus="false"> </mat-sidenav> </mat-sidenav-container> -<div class="modal-module" cdkDrag *ngFor="let modal of modalModule; let i=index" +<div class="modal-module {{modal.id}}" cdkDrag *ngFor="let modal of modalModule; let i=index" [class.largeModal]="modal.id === 'info'"> <div class="modal-module-title" cdkDragHandle> <span> diff --git a/src/frontend/app/process/process.component.scss b/src/frontend/app/process/process.component.scss index 048baa5fb9aea8b3c8542f42f80c70cb76ee9808..c14240e989ddfa6dfbf551d5adc200da4f83fa27 100644 --- a/src/frontend/app/process/process.component.scss +++ b/src/frontend/app/process/process.component.scss @@ -428,4 +428,8 @@ .unchecked { opacity: 0.5; +} + +.emails, .linkedResources { + width: 600px; } \ No newline at end of file diff --git a/src/frontend/app/visa/visa-workflow.component.ts b/src/frontend/app/visa/visa-workflow.component.ts index 0377be18546a1a98330eb774c9141ebda5a4c676..dcb5f7395e82d0cababea9b11b17d5eadfb3d2e1 100644 --- a/src/frontend/app/visa/visa-workflow.component.ts +++ b/src/frontend/app/visa/visa-workflow.component.ts @@ -26,7 +26,7 @@ export class VisaWorkflowComponent implements OnInit { roles: ['sign', 'visa'], items: [] }; - visaWorkflowClone: any = null; + visaWorkflowClone: any = []; visaTemplates: any = { private: [], public: []