Browse Source

Add ,,, for truncated links

master
The Dod 1 year ago
parent
commit
7824785e0e
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      static/css/style.css

+ 3
- 0
static/css/style.css View File

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

Loading…
Cancel
Save