fix(stats): tighten truncated label line height

This commit is contained in:
Adam 2026-06-12 12:36:16 -05:00
parent b000256f57
commit 44308dfd7e
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75

View File

@ -2079,6 +2079,7 @@
overflow: hidden;
color: var(--stats-text);
font-weight: 600;
line-height: 1.25;
text-overflow: ellipsis;
white-space: nowrap;
}