From 0e9c29e7b77a1059d40cc5111c8e41452a73b56b Mon Sep 17 00:00:00 2001 From: AustinMroz Date: Sat, 1 Nov 2025 22:43:38 -0700 Subject: [PATCH] Fix node header height for subgraphs (#6525) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Node headers are slightly too tall on subgraph nodes due to the height of the "enter subgraph" button. This is fixed by explicitly setting the height of the enter subgraph button. image ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6525-Fix-node-header-height-for-subgraphs-29f6d73d3650810eaf95e7a6d107c2bd) by [Unito](https://www.unito.io) --- src/renderer/extensions/vueNodes/components/NodeHeader.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/extensions/vueNodes/components/NodeHeader.vue b/src/renderer/extensions/vueNodes/components/NodeHeader.vue index 68cb6e706..aa84a7f99 100644 --- a/src/renderer/extensions/vueNodes/components/NodeHeader.vue +++ b/src/renderer/extensions/vueNodes/components/NodeHeader.vue @@ -68,9 +68,9 @@