Преглед изворни кода

fix(stats): tighten truncated label line height

Adam пре 2 месеци
родитељ
комит
44308dfd7e
1 измењених фајлова са 1 додато и 0 уклоњено
  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;
   color: var(--stats-text);
   font-weight: 600;
+  line-height: 1.25;
   text-overflow: ellipsis;
   white-space: nowrap;
 }