From 14c68e0cf72090497529aae9a1876bd60aa33ee2 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 25 Jan 2022 09:29:43 +0800 Subject: [PATCH] * Modify card style. --- module/kanban/css/view.css | 1 - 1 file changed, 1 deletion(-) diff --git a/module/kanban/css/view.css b/module/kanban/css/view.css index 81b5c22cc8..9a482fc618 100644 --- a/module/kanban/css/view.css +++ b/module/kanban/css/view.css @@ -105,7 +105,6 @@ .kanban-card .header .executionName .title, .releaseTitle, .productplanTitle {padding-right: 0px; margin-right: 5px; white-space: nowrap; overflow: hidden;} .kanban-card .header .executionName > span {flex: none;} .execInfo, .releaseInfo, .productplanInfo {margin-top: 23px;} -.execInfo .execStatus{margin-right: 20px;} .label-wait {background: #EFEFEF !important; color: #838A9D;} .label-doing {background: #f8d2d2 !important; color: #e64b4c;} .label-suspended {background: #fff3d9 !important; color: #ff9800;}