mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +00:00
[Manager] Remove title hover (#3142)
This commit is contained in:
@@ -42,7 +42,6 @@
|
|||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="text-sm font-bold truncate overflow-hidden text-ellipsis"
|
class="text-sm font-bold truncate overflow-hidden text-ellipsis"
|
||||||
:title="nodePack.name"
|
|
||||||
>
|
>
|
||||||
{{ nodePack.name }}
|
{{ nodePack.name }}
|
||||||
</span>
|
</span>
|
||||||
@@ -52,7 +51,6 @@
|
|||||||
<p
|
<p
|
||||||
v-if="nodePack.description"
|
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"
|
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 }}
|
{{ nodePack.description }}
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user