From abce8b65cdfae0a3a844e0e373d55ea575f51b94 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Fri, 19 Jun 2026 10:39:55 +0200 Subject: [PATCH] style(editor): widen completion popup to avoid horizontal scroll --- src/components/PlanEditor.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PlanEditor.vue b/src/components/PlanEditor.vue index 47bb0f4..03ffc55 100644 --- a/src/components/PlanEditor.vue +++ b/src/components/PlanEditor.vue @@ -265,8 +265,8 @@ function syncScroll() { margin: 0; padding: 0.25rem; list-style: none; - min-width: 13rem; - max-width: 22rem; + min-width: 16rem; + max-width: 30rem; max-height: 14rem; overflow-y: auto; background: var(--color-base-100);