diff --git a/frontend/src/views/WeekOverview.vue b/frontend/src/views/WeekOverview.vue index 784bb29..3980337 100755 --- a/frontend/src/views/WeekOverview.vue +++ b/frontend/src/views/WeekOverview.vue @@ -507,6 +507,7 @@ onBeforeUnmount(() => { .time-entry { margin-bottom: 4px; font-size: 0.9rem; + line-height: 1.2rem; } .pause-entry { @@ -527,11 +528,15 @@ onBeforeUnmount(() => { .total-work-time { font-weight: 500; color: #333; + margin-bottom: 4px; + line-height: 1.2rem; } .total-pause-time { color: #666; - font-size: 0.9rem; + font-size: 0.85rem; + margin-bottom: 4px; + line-height: 1.2rem; } .net-work-time {