diff --git a/module/kanban/view/viewarchivedcard.html.php b/module/kanban/view/viewarchivedcard.html.php index d12d129862..2c4c142e36 100644 --- a/module/kanban/view/viewarchivedcard.html.php +++ b/module/kanban/view/viewarchivedcard.html.php @@ -32,7 +32,10 @@ #archivedCards .info > .users > span:before {left: -4px; content: ''; display: block; position: absolute; width: 2px; height: 2px; background-color: #8990a2; top: 0px; border-radius: 50%;} #archivedCards .info > .users > span:after {right: -4px; content: ''; display: block; position: absolute; width: 2px; height: 2px; background-color: #8990a2; top: 0px; border-radius: 50%;} #archivedCards .info > .users .avatar {display: inline-block; position: relative; border-radius: 50%; top: -5px; margin: 5px; right: -7px; margin-left: -4px;} -#archivedCards .cardName {word-wrap: break-word;} +#archivedCards .cardName {word-wrap: break-word; word-break: break-all;} +#archivedCards .executionName {display: flex; width: 100%;} +#archivedCards .executionName a, #archivedCards .executionName div {overflow: hidden; margin-right: 5px; overflow: hidden; white-space: nowrap;} +#archivedCards .executionName .delayed {flex: none;} #archivedCards .card-item .icon {margin-right:2px;} #archivedCards .card-item .red {background-color: #b10b0b;} #archivedCards .card-item .yellow {background-color: #cfa227;} @@ -89,21 +92,20 @@ js::set('systemMode', $this->config->systemMode); color == '#2a5f29') $labelColor = 'background-color: #FFFFFF; color: #2a5f29'; + $finishLabel = $card->status == 'done' ? "