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 7effd39 commit ba85421Copy full SHA for ba85421
1 file changed
src/lib/components/nodes/BaseNode.svelte
@@ -150,7 +150,7 @@
150
// - Pinned params: need ~120px minimum for label + input
151
// - Vertical orientation: also consider port count
152
const nameWidth = $derived(data.name.length * 6 + 24);
153
- const pinnedParamsWidth = $derived(pinnedCount > 0 ? 120 : 0);
+ const pinnedParamsWidth = $derived(pinnedCount > 0 ? 160 : 0);
154
const nodeWidth = $derived(
155
snapTo2G(Math.max(
156
NODE.baseWidth,
0 commit comments