fix: 업무 상세 활동 탭 내용·시간 간격 축소

활동 항목의 내용과 아래 시간 텍스트 사이 간격(.act-time margin-top)을 0.375rem→0.1875rem 으로 줄임.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-20 17:17:44 +09:00
parent 0976a5057b
commit 406e13da1c
+1 -1
View File
@@ -1888,7 +1888,7 @@ function badgeFor(name: string | undefined): { label: string; cls: string } {
.act-time {
font-size: 0.719rem;
color: var(--text-3);
margin-top: 0.375rem;
margin-top: 0.1875rem;
}
/* 사이드바 */