This commit is contained in:
tianshujie
2022-11-01 14:20:20 +08:00
parent 2879079ec6
commit 4ea862f2ee
+3 -2
View File
@@ -9,7 +9,8 @@
.project-type-label.label-outline {width: 50px; min-width: 50px;}
.c-date {width: 120px;}
#projectList td.c-name {padding-right: 0px;}
#projectList td.c-name .project-name {display: flex; align-items: center;}
#projectList td.c-name .project-name > span {flex: none;}
#projectList td.c-name .project-name > a {display: inline-block; max-width: calc(100% - 50px);}
#projectList td.c-name .project-name > span {flex: none; margin-left: 5px;}
#projectList td.c-name .project-name > a {overflow: hidden; display: inline-block; max-width: calc(100% - 50px);}
#projectList td.c-name .project-name.has-suffix > a {padding-right: 5px;}