From 44308dfd7ea48bc4eff94033bfd6ff49c8f7fec7 Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Fri, 12 Jun 2026 12:36:16 -0500 Subject: [PATCH] fix(stats): tighten truncated label line height --- packages/stats/app/src/routes/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/stats/app/src/routes/index.css b/packages/stats/app/src/routes/index.css index 2f2ffb22f..8ae82963e 100644 --- a/packages/stats/app/src/routes/index.css +++ b/packages/stats/app/src/routes/index.css @@ -2079,6 +2079,7 @@ overflow: hidden; color: var(--stats-text); font-weight: 600; + line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }