Skip to content

Commit 0e9c29e

Browse files
authored
Fix node header height for subgraphs (#6525)
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. <img width="991" height="171" alt="image" src="https://github.com/user-attachments/assets/34d049a7-1dee-46c2-ab28-169c3f546347" /> ┆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)
1 parent 8d27c4f commit 0e9c29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/extensions/vueNodes/components/NodeHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
<IconButton
6969
v-if="isSubgraphNode"
7070
v-tooltip.top="enterSubgraphTooltipConfig"
71-
size="sm"
7271
type="transparent"
7372
data-testid="subgraph-enter-button"
73+
class="size-5"
7474
@click.stop="handleEnterSubgraph"
7575
@dblclick.stop
7676
>

0 commit comments

Comments
 (0)