File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/renderer/extensions/vueNodes/components Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 88 :data-node-id =" nodeData.id"
99 :class ="
1010 cn(
11- 'bg-component-node-background lg-node absolute pb-1 text-base',
12-
11+ 'bg-component-node-background lg-node absolute pb-1 text-sm',
1312 'contain-style contain-layout min-w-[225px] min-h-(--node-height) w-(--node-width)',
1413 'rounded-2xl touch-none flex flex-col',
1514 'border-1 border-solid border-component-node-border',
Original file line number Diff line number Diff line change 5252 <!-- Node Title -->
5353 <div
5454 v-tooltip.top =" tooltipConfig"
55- class =" flex min-w-0 flex-1 items-center gap-2 text-sm font-bold "
55+ class =" flex min-w-0 flex-1 items-center gap-2 text-sm"
5656 data-testid =" node-title"
5757 >
5858 <div class =" truncate min-w-0 flex-1" >
You can’t perform that action at this time.
0 commit comments