diff --git a/components/metrics/RealtimeLog.module.css b/components/metrics/RealtimeLog.module.css index aaeceabc..fff840e5 100644 --- a/components/metrics/RealtimeLog.module.css +++ b/components/metrics/RealtimeLog.module.css @@ -11,14 +11,14 @@ align-items: center; justify-content: space-between; font-size: 16px; - line-height: 40px; + line-height: 50px; font-weight: 600; } .row { display: flex; align-items: center; - height: 40px; + height: 50px; border-bottom: 1px solid var(--gray300); }