Fix duplicata

This commit is contained in:
2024-07-08 02:09:41 +02:00
parent 0385e67a2f
commit 8a94e44078

View File

@@ -22,7 +22,7 @@ defineProps({
:popper="{ placement: position }"
:text="hover"
>
<strong class="leading-3 cursor-help">{{ text }}</strong>
<strong class="leading-3 cursor-help text-wrap">{{ text }}</strong>
</UTooltip>
</ClientOnly>
</template>