From c3cae78213b791c9e6fd8143ee59e3ca256c374a Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 20 Jul 2022 21:30:45 +0200 Subject: [PATCH] fix: new task input styling --- src/components/tasks/gantt-chart.vue | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/components/tasks/gantt-chart.vue b/src/components/tasks/gantt-chart.vue index 31b400243..ad2476c80 100644 --- a/src/components/tasks/gantt-chart.vue +++ b/src/components/tasks/gantt-chart.vue @@ -32,7 +32,7 @@ /> - {{ $t('list.list.newTaskCta') }} + {{ $t('task.new') }} @@ -187,3 +187,20 @@ async function createTask() { display: none !important; } + +