fix: 보고서 작성 상태 드롭다운 화살표를 오른쪽 끝으로 정렬

min-width 로 생긴 여백이 chevron 뒤에 남아 화살표가 가운데로 보이던 문제 수정 — 라벨 flex:1 로 화살표를 우측 끝에 고정.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-22 16:22:03 +09:00
parent 4a31331ae1
commit b00785d056
@@ -3512,6 +3512,10 @@ a.file-info {
padding: 0 0.5rem;
font-size: 0.75rem;
}
/* 라벨을 늘려 chevron 을 오른쪽 끝으로(min-width 로 생긴 여백이 화살표 뒤에 남지 않도록) */
.cp-write-dd :deep(.dd-label) {
flex: 1;
}
.cp-write-foot {
border-top: 1px solid var(--border);
padding: 0.875rem 1.25rem 1rem;