set w-full on node header

This commit is contained in:
bymyself
2025-09-27 10:40:48 -07:00
parent f0c3f6320a
commit e83ffadeb8
2 changed files with 1 additions and 2 deletions

View File

@@ -48,7 +48,6 @@
<SlotConnectionDot multi class="absolute left-0 -translate-x-1/2" />
<SlotConnectionDot multi class="absolute right-0 translate-x-1/2" />
</template>
<!-- Header only updates on title/color changes -->
<NodeHeader
v-memo="[
nodeData.title,

View File

@@ -4,7 +4,7 @@
</div>
<div
v-else
class="lg-node-header p-4 rounded-t-2xl cursor-move"
class="lg-node-header p-4 rounded-t-2xl w-full cursor-move"
:style="headerStyle"
:data-testid="`node-header-${nodeData?.id || ''}`"
@dblclick="handleDoubleClick"