Skip to content

Commit 2cdf40b

Browse files
committed
style: Same text for the whole node.
1 parent f22d222 commit 2cdf40b

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
@@ -104,7 +104,7 @@
104104
class="flex flex-1 flex-col gap-1 pb-2"
105105
:data-testid="`node-body-${nodeData.id}`"
106106
>
107-
<NodeSlots :node-data="nodeData" class="text-sm" />
107+
<NodeSlots :node-data="nodeData" />
108108

109109
<NodeWidgets v-if="nodeData.widgets?.length" :node-data="nodeData" />
110110

0 commit comments

Comments
 (0)