소스 검색

Add ,,, for truncated links

master
The Dod 1 년 전
부모
커밋
7824785e0e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      static/css/style.css

+ 3
- 0
static/css/style.css 파일 보기

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

Loading…
취소
저장