* Finish task #57095.

This commit is contained in:
tianshujie
2022-06-15 16:17:16 +08:00
parent 2c176439d3
commit 520ab92338
2 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ body {margin-bottom: 25px;}
.table th.hours {padding-right: 8px !important;}
.main-table tbody > tr.table-children > td:first-child::before {width: 3px;}
td.hours {text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
td.flex {display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items: center; margin-bottom: -1px;}
td.flex {display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items: center; margin-bottom: -2px;}
td.flex span.label-badge {margin-left: 5px; min-width: 50px;}
td.flex span.label-badge.label-light {min-width: 22px;}
td.flex span.project-type-label {margin-left: 5px; min-width: 36px;}
@@ -28,4 +28,4 @@ td.flex span.project-type-label {min-width: 40px;}
.c-name > .text-ellipsis {text-overflow: clip;}
.c-project{text-overflow: unset !important;}
canvas {height: 30px;}
canvas {height: 28px;}