From 3818ba5d174834e97a7a74b3b3e4508f9748c69c Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Thu, 2 Oct 2025 13:29:43 -0700 Subject: [PATCH] fix Vue node header width (#5895) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Added `w-full` class to Vue node header to ensure full width layout consistency. ## Changes - **What**: Applied [Tailwind CSS w-full utility](https://tailwindcss.com/docs/width#full-width) to NodeHeader component for consistent width behavior ## Review Focus If this is best place to set the class ## Screenshots (if applicable) *Before* image *After* Screenshot from 2025-10-02 10-38-53 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5895-fix-Vue-node-header-width-2806d73d365081bb82ddf6abe8665f8b) 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 ac6878e6b9..6aec607384 100644 --- a/src/renderer/extensions/vueNodes/components/NodeHeader.vue +++ b/src/renderer/extensions/vueNodes/components/NodeHeader.vue @@ -4,7 +4,7 @@