- 모달 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:
@@ -502,6 +502,7 @@ onBeforeUnmount(destroySortables)
|
||||
/* ── 인라인 추가 입력 ──────────────────────────────────── */
|
||||
.cat-input {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.35rem;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user