Browse Source

[fix] label overflow

Steven Yan 3 years ago
parent
commit
36583fa012
1 changed files with 1 additions and 1 deletions
  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;