* improve style for project table.

This commit is contained in:
Hao Sun
2021-09-01 13:40:34 +08:00
parent 11794815ce
commit 0fc8ebc741
2 changed files with 7 additions and 4 deletions
+4 -3
View File
@@ -11,6 +11,7 @@ td.c-actions {overflow: visible;}
.icon-list {padding-left: 7px;}
.panel-actions {position: relative; padding: 0 0;}
td.flex {display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items: center;}
td.flex span.label-badge {margin-left: 5px; min-width: 50px;}
td.flex a.text-ellipsis {min-width: 30px;}
#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;}