fix(ui): 내역 모달 가로 오버플로우 — 계좌 그리드/소분류 입력이 화면 밀어내던 문제
Deploy / deploy (push) Failing after 11m5s

- 모달 overflow-x:hidden(내부 넘침이 페이지를 가로로 밀지 않게)
- ChipSelect min-width:0+box-sizing로 긴 계좌명이 그리드를 넓히지 않게
- cat-input(소분류 추가) flex-wrap로 버튼 잘림 방지
+ 계좌 선택 영역 배경 패널(3열)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
sb
2026-07-06 23:50:26 +09:00
parent e655e79133
commit d7cddba77c
3 changed files with 12 additions and 5 deletions
+1
View File
@@ -502,6 +502,7 @@ onBeforeUnmount(destroySortables)
/* ── 인라인 추가 입력 ──────────────────────────────────── */
.cat-input {
display: flex;
flex-wrap: wrap;
gap: 0.35rem;
align-items: center;
}