From 03e5374ab7d61c64348fe4bd3771e29300dea358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Fri, 30 Aug 2019 08:42:31 +0200 Subject: [PATCH] Shorten hashtags in suggestion menu --- webapp/components/Editor/SuggestionList.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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) }}