From 778bc04e517f3fd4fef886905f0002a7707ab9ee Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 29 Mar 2022 08:55:51 +0800 Subject: [PATCH] * Fix bug #21228. --- module/execution/css/taskkanban.css | 1 + 1 file changed, 1 insertion(+) diff --git a/module/execution/css/taskkanban.css b/module/execution/css/taskkanban.css index 38a773f1e7..6008b5d8cd 100644 --- a/module/execution/css/taskkanban.css +++ b/module/execution/css/taskkanban.css @@ -60,3 +60,4 @@ .createButton {margin-right: 5px;} .headerTop {top: 0px !important;} +.kanban-header-col>.actions>a {padding: 0px !important;}