From e94f7a0253c9c25f2092cb65e8848fc10687a684 Mon Sep 17 00:00:00 2001 From: Niggl Date: Thu, 2 Jul 2020 11:01:33 +0200 Subject: [PATCH] Migration to cards and new div --- src/app/task-form/task-form.component.html | 66 +++++++++------------- src/app/task-table/task-table.component.ts | 1 + 2 files changed, 28 insertions(+), 39 deletions(-) diff --git a/src/app/task-form/task-form.component.html b/src/app/task-form/task-form.component.html index 4476270..5463e85 100644 --- a/src/app/task-form/task-form.component.html +++ b/src/app/task-form/task-form.component.html @@ -1,10 +1,8 @@ - - \ No newline at end of file diff --git a/src/app/task-table/task-table.component.ts b/src/app/task-table/task-table.component.ts index 6e850ad..66e49fe 100644 --- a/src/app/task-table/task-table.component.ts +++ b/src/app/task-table/task-table.component.ts @@ -102,6 +102,7 @@ export class TaskTableComponent extends TableComponentBase { const modalRef = this.modalService.open(TaskFormComponent, { backdrop: 'static', keyboard: true, + size: 'lg', }); if (editTask === null) { modalRef.result.then((result) => {