fix: #290 text not wrapping in correct places

This commit is contained in:
Matt Kilgore
2024-10-19 13:07:26 -04:00
parent 087a328e83
commit 77246ca57b
3 changed files with 13 additions and 7 deletions

View File

@@ -45,7 +45,7 @@
}"
>
<template v-if="h.type === 'name'">
<NuxtLink class="hover" :to="`/item/${d.id}`">
<NuxtLink class="hover text-wrap" :to="`/item/${d.id}`">
{{ d.name }}
</NuxtLink>
</template>