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:
@@ -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;
|
||||
}
|
||||
|
||||
/* 사이드바 */
|
||||
|
||||
Reference in New Issue
Block a user