Explorar el Código

[fix] label overflow

Steven Yan hace 3 años
padre
commit
36583fa012
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;