Fixed icon size at node changing with title size
This commit is contained in:
parent
7fddffc12e
commit
a13e60ed57
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ export default function GenericNode({
|
|||
color: nodeColors[types[data.type]] ?? nodeColors.unknown,
|
||||
}}
|
||||
/>
|
||||
<div className="ml-2 truncate">
|
||||
<div className="ml-2 truncate flex-1">
|
||||
<ShadTooltip
|
||||
delayDuration={1500}
|
||||
content={data.node.display_name}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue