Explorar el Código

Add ,,, for truncated links

master
The Dod hace 1 año
padre
commit
7824785e0e
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      static/css/style.css

+ 3
- 0
static/css/style.css Ver fichero

@@ -1,3 +1,6 @@
1 1
 .invisible {
2 2
     display: none !important;
3 3
 }
4
+.ellipsis::after {
5
+    content: "...";
6
+}

Loading…
Cancelar
Guardar