From 5fe9641ce9d10d5f09d7d55b0b05f3466eb01215 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Mon, 30 May 2022 09:04:53 +0800 Subject: [PATCH] * Fix the display style of the task card. --- module/execution/css/kanban.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/css/kanban.css b/module/execution/css/kanban.css index 86fdfcfac8..b5729ad364 100644 --- a/module/execution/css/kanban.css +++ b/module/execution/css/kanban.css @@ -61,7 +61,7 @@ .region .kanban-item {position: relative} -.kanban-card {padding: 8px 14px !important; min-height: 60px !important; height: auto;} +.kanban-card {min-height: 60px !important; height: auto;} .cardcolor {width:40px; height: 14px; float: left; margin-left: 5px; margin-right: 5px; margin-top: 2px; border-radius: 2px;} #cardcolormenu {padding:2px 2px; width: 100px;}