Forráskód Böngészése

[fix] label overflow

Steven Yan 3 éve
szülő
commit
36583fa012
1 módosított fájl, 1 hozzáadás és 1 törlés
  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;