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)
This commit is contained in:
AustinMroz
2025-11-01 22:43:38 -07:00
committed by GitHub
parent 8d27c4fb1b
commit 0e9c29e7b7

View File

@@ -68,9 +68,9 @@
<IconButton
v-if="isSubgraphNode"
v-tooltip.top="enterSubgraphTooltipConfig"
size="sm"
type="transparent"
data-testid="subgraph-enter-button"
class="size-5"
@click.stop="handleEnterSubgraph"
@dblclick.stop
>