From 68681ef0070edf959bf451091a31ad967d46b905 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 21 Jun 2020 18:09:15 +0200 Subject: [PATCH] Fix related tasks search --- src/components/tasks/partials/relatedTasks.vue | 2 +- src/styles/components/taskRelations.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/tasks/partials/relatedTasks.vue b/src/components/tasks/partials/relatedTasks.vue index af401e0a..e4cb7a17 100644 --- a/src/components/tasks/partials/relatedTasks.vue +++ b/src/components/tasks/partials/relatedTasks.vue @@ -11,7 +11,7 @@ :internal-search="true" @search-change="findTasks" placeholder="Type search for a new task to add as related..." - label="text" + label="title" track-by="id" :taggable="true" :showNoOptions="false" diff --git a/src/styles/components/taskRelations.scss b/src/styles/components/taskRelations.scss index 93266260..7290d208 100644 --- a/src/styles/components/taskRelations.scss +++ b/src/styles/components/taskRelations.scss @@ -22,6 +22,7 @@ .task { padding: .5em; + max-width: 100%; .different-list { color: lighten($dark, 50);