diff --git a/src/components/ui/CategoryPicker.vue b/src/components/ui/CategoryPicker.vue index c395f15..9ece4d2 100644 --- a/src/components/ui/CategoryPicker.vue +++ b/src/components/ui/CategoryPicker.vue @@ -502,6 +502,7 @@ onBeforeUnmount(destroySortables) /* ── 인라인 추가 입력 ──────────────────────────────────── */ .cat-input { display: flex; + flex-wrap: wrap; gap: 0.35rem; align-items: center; } diff --git a/src/components/ui/ChipSelect.vue b/src/components/ui/ChipSelect.vue index 50f93b8..49ccc81 100644 --- a/src/components/ui/ChipSelect.vue +++ b/src/components/ui/ChipSelect.vue @@ -33,18 +33,23 @@ function pick(v, disabled) {