Skip to content

Commit 24c8c4b

Browse files
committed
style: Same text for the whole node.
1 parent eb0fb30 commit 24c8c4b

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

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

0 commit comments

Comments
 (0)