show full title on hover

This commit is contained in:
Georges-Antoine Assi
2024-04-04 09:38:06 -04:00
parent 47018cca07
commit 3abc074591

View File

@@ -289,7 +289,7 @@ onBeforeUnmount(() => {
<v-card-text>
<v-row class="pa-1 align-center">
<v-col class="pa-0 ml-1 text-truncate">
<span>{{ matchedRom.name }}</span>
<span :title="matchedRom.name">{{ matchedRom.name }}</span>
</v-col>
</v-row>
</v-card-text>