瀏覽代碼

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;
 }