浏览代码

[fix] label overflow

Steven Yan 3 年之前
父节点
当前提交
36583fa012
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -167,7 +167,7 @@
     width: 100%;
     font-size: 0.8em;
     white-space: nowrap;
-    overflow: auto;
+    overflow: hidden;
     margin: auto;
     text-overflow: ellipsis;
     -o-text-overflow: ellipsis;