diff --git a/components/ShortText.vue b/components/ShortText.vue index 40446d9..e4bbcc9 100644 --- a/components/ShortText.vue +++ b/components/ShortText.vue @@ -8,7 +8,7 @@ :disabled="!tooltipEnabled" :ui="{ text: 'whitespace-normal break-words', content: 'max-w-50 h-auto' }" > - {{ text }} + {{ truncate(text, 20) }} - {{ text }} + {{ truncate(text, 20) }}