Skip to content

Commit b0476bd

Browse files
committed
Setting the size on the node level
1 parent 54033a3 commit b0476bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/extensions/vueNodes/components/LGraphNode.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
:data-node-id="nodeData.id"
99
:class="
1010
cn(
11-
'bg-component-node-background lg-node absolute pb-1',
11+
'bg-component-node-background lg-node absolute pb-1 text-sm',
1212
1313
'contain-style contain-layout min-w-[225px] min-h-(--node-height) w-(--node-width)',
1414
'rounded-2xl touch-none flex flex-col',

0 commit comments

Comments
 (0)