diff --git a/module/common/view/kanban.html.php b/module/common/view/kanban.html.php index e314ecee49..6eeba917d8 100644 --- a/module/common/view/kanban.html.php +++ b/module/common/view/kanban.html.php @@ -19,7 +19,7 @@ #kanbanList .kanban-header {position: relative;} #kanbanList .kanban-item.link-block {padding: 0;} #kanbanList .kanban-item.link-block a {padding: 10px; display: block;} -#kanbanList .kanban-card {display: grid;} +#kanbanList .kanban-card {display: flex;} #kanbanList .kanban-card > .title {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;} #kanbanList .kanban-card.has-progress {padding-right: 40px; position: relative;} #kanbanList .kanban-card.has-progress > .progress-pie, @@ -179,6 +179,8 @@ function renderProjectItem(item, $item) } $title.text(item.name).attr('title', item.name); + if(item.delay) $title.after("