From cda9cdf9698a0219fbd6ba6c45d9d419a6e3becf Mon Sep 17 00:00:00 2001 From: zhengrunyu Date: Fri, 3 Dec 2021 10:04:54 +0800 Subject: [PATCH] *Fixbug . --- module/common/view/kanban.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/common/view/kanban.html.php b/module/common/view/kanban.html.php index 5472ea90d5..24f9a91645 100644 --- a/module/common/view/kanban.html.php +++ b/module/common/view/kanban.html.php @@ -40,7 +40,7 @@ #kanbanList .kanban-card.kanban-card-span:hover, #kanbanList .kanban-col[data-type="unclosedProduct"] .kanban-card:hover {box-shadow: none;} #kanbanList .kanban-card.kanban-card-span > .title, -#kanbanList .kanban-col[data-type="unclosedProduct"] .kanban-card > .title {white-space: normal; line-height: 1;} +#kanbanList .kanban-col[data-type="unclosedProduct"] .kanban-card > .title {white-space: nowrap; line-height: 1;} #kanbanList .kanban-col[data-type="normalRelease"] .kanban-card > .title {display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;} #kanbanList .kanban-col[data-type="normalRelease"] .kanban-card > .title > .text {display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}