* fix name size in project table list.

This commit is contained in:
Hao Sun
2021-09-07 15:56:21 +08:00
parent 995806614b
commit a5e730c1f3
2 changed files with 9 additions and 10 deletions
-5
View File
@@ -11,8 +11,3 @@ td.c-PM{white-space: nowrap;overflow: hidden;}
.icon-cards-view {padding-left: 7px; font-size: 16px;}
.icon-list {padding-left: 7px;}
.panel-actions {position: relative; padding: 0 0;}
#projectTableList .project-name {position: relative; display: flex; align-items: center;}
#projectTableList .project-name > span,
#projectTableList .project-name > span {flex: none;}
#projectTableList .project-name > a {color: #0c60e1; display: inline-block; max-width: calc(100% - 100px); flex: auto; padding: 0 5px;}