Browse Source

fix(stats): tighten truncated label line height

Adam 2 months ago
parent
commit
44308dfd7e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/stats/app/src/routes/index.css

+ 1 - 0
packages/stats/app/src/routes/index.css

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