From 0fbb19dc244d20156e2a934e876725d833749ef2 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Tue, 2 Jun 2026 18:48:53 -0400 Subject: [PATCH] =?UTF-8?q?fix(modal):=20TagPanel=20kebab=20=E2=80=94=20ap?= =?UTF-8?q?ply=20the=20wrapping-span=20fix=20that=20the=20prior=20commit?= =?UTF-8?q?=20missed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous commit (8326e54) updated the CSS but the structural edit to the v-menu wrapper didn't take. Re-applying so the chip kebab actually opens. --- frontend/src/components/modal/TagPanel.vue | 34 +++++++++++++--------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/frontend/src/components/modal/TagPanel.vue b/frontend/src/components/modal/TagPanel.vue index e6c49e0..9453592 100644 --- a/frontend/src/components/modal/TagPanel.vue +++ b/frontend/src/components/modal/TagPanel.vue @@ -10,19 +10,27 @@ > {{ iconFor(tag.kind) }} {{ tag.name }} - - - - - Rename… - - - + + + + + + + Rename… + + + + No tags yet.