칩(그리드 아이템)의 기본 min-width:auto(=글자 전체너비)가 minmax(0,1fr)을 무력화해 긴 계좌명이 그리드를 넓혀 모달이 가로로 넘침. 칩에 min-width:0 추가로 축소+…처리. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -46,6 +46,7 @@ function pick(v, disabled) {
|
||||
padding: 0.5rem;
|
||||
}
|
||||
.cs-chip {
|
||||
min-width: 0; /* 그리드 아이템 기본 min-width:auto(=글자너비) 해제 → 칸이 줄고 긴 이름은 …로 */
|
||||
padding: 0.5rem 0.5rem;
|
||||
border: 1px solid var(--color-border-hover);
|
||||
border-radius: 8px;
|
||||
|
||||
Reference in New Issue
Block a user