Fix related tasks search
This commit is contained in:
parent
ce277b64ee
commit
68681ef007
2 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
:internal-search="true"
|
:internal-search="true"
|
||||||
@search-change="findTasks"
|
@search-change="findTasks"
|
||||||
placeholder="Type search for a new task to add as related..."
|
placeholder="Type search for a new task to add as related..."
|
||||||
label="text"
|
label="title"
|
||||||
track-by="id"
|
track-by="id"
|
||||||
:taggable="true"
|
:taggable="true"
|
||||||
:showNoOptions="false"
|
:showNoOptions="false"
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
.task {
|
.task {
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
.different-list {
|
.different-list {
|
||||||
color: lighten($dark, 50);
|
color: lighten($dark, 50);
|
||||||
|
|
Loading…
Reference in a new issue