From e48be0c1db8ee98fdec1338cf837a1a5c2bf5a6b Mon Sep 17 00:00:00 2001 From: zhouxin Date: Thu, 27 Jan 2022 03:11:36 +0000 Subject: [PATCH] Fix s bug. --- module/execution/css/kanban.css | 2 ++ module/execution/view/kanban.html.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/module/execution/css/kanban.css b/module/execution/css/kanban.css index a7b5e40cdd..ca89881d63 100644 --- a/module/execution/css/kanban.css +++ b/module/execution/css/kanban.css @@ -105,3 +105,5 @@ #kanban .kanban-card[data-scale-size="2"] > .infos > .avatar {display: inline-block; transform: scale(.8); position: relative; top: -2px; vertical-align: top; margin-right: -1px;} #mainMenu .divider {margin: 10px} + +.kanbanRegion {margin:5px} diff --git a/module/execution/view/kanban.html.php b/module/execution/view/kanban.html.php index 0ea7a4bf88..59fb741ff4 100644 --- a/module/execution/view/kanban.html.php +++ b/module/execution/view/kanban.html.php @@ -183,7 +183,7 @@ js::set('hasTaskButton', $hasTaskButton); -
+