style: 보고 모달 항목 영역 최소 높이 지정 + 상하 패딩 통일

cp-modal-items: min-height 9rem(빈 상태/소수 항목에서도 답답하지 않게), 상하 패딩 1rem 으로 통일.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-22 16:29:54 +09:00
parent 69708b2b8b
commit bc99911b5f
+2 -2
View File
@@ -3675,8 +3675,8 @@ a.file-info {
/* 모달 항목 목록 */
.cp-modal-items {
flex: 1;
min-height: 0;
padding: 0.75rem 1.25rem 1.25rem;
min-height: 9rem;
padding: 1rem 1.25rem;
overflow-y: auto;
display: flex;
flex-direction: column;