fix(Tooltip): truncate

This commit is contained in:
Benjamin Canac
2023-02-22 15:59:01 +01:00
parent 6aecb082d2
commit d08e64d53f
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
<transition appear v-bind="transitionClass">
<div :class="[baseClass, backgroundClass, roundedClass, shadowClass, ringClass]">
<slot name="text">
<span class="truncate">{{ text }}</span>
{{ text }}
</slot>
<span v-if="shortcuts?.length" class="inline-flex items-center justify-end flex-shrink-0 gap-0.5 ml-1">