[Manager] Remove title hover (#3142)

This commit is contained in:
Christian Byrne
2025-03-19 07:30:42 -07:00
committed by GitHub
parent bc3e2e1597
commit c5af11d1ea

View File

@@ -42,7 +42,6 @@
>
<span
class="text-sm font-bold truncate overflow-hidden text-ellipsis"
:title="nodePack.name"
>
{{ nodePack.name }}
</span>
@@ -52,7 +51,6 @@
<p
v-if="nodePack.description"
class="flex-1 justify-start text-muted text-sm font-medium leading-3 break-words overflow-hidden min-h-12 line-clamp-3"
:title="nodePack.description"
>
{{ nodePack.description }}
</p>