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);