diff --git a/webapp/components/Editor/SuggestionList.vue b/webapp/components/Editor/SuggestionList.vue index b351e6b74..3d480d187 100644 --- a/webapp/components/Editor/SuggestionList.vue +++ b/webapp/components/Editor/SuggestionList.vue @@ -7,15 +7,15 @@ :class="{ 'is-selected': navigatedItemIndex === index }" @click="selectItem(item)" > - {{ createItemLabel(item) }} + {{ createItemLabel(item) | truncate(50) }}