We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83714b commit 36a0559Copy full SHA for 36a0559
libs/visual-programming-system/src/utils/create-rect-node.tsx
@@ -130,7 +130,7 @@ export const createRectNode = <T extends BaseNodeInfo>(
130
if (settings?.hasCustomStyling) {
131
colorClasses = '';
132
}
133
- let paddingY = showTitlebar ? 'py-2' : '';
+ let paddingY = ''; //showTitlebar ? 'py-2' : '';
134
135
paddingY = '';
136
0 commit comments