From 59ccf48cdbe01c4987cd7969331b4a3c6abab231 Mon Sep 17 00:00:00 2001 From: sunhao Date: Tue, 9 Apr 2024 16:15:22 +0800 Subject: [PATCH] * project: fix project kanban height. --- module/project/ui/kanban.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/project/ui/kanban.html.php b/module/project/ui/kanban.html.php index 451e8bbbb2..35dcde6bc6 100644 --- a/module/project/ui/kanban.html.php +++ b/module/project/ui/kanban.html.php @@ -62,6 +62,6 @@ else ( set::key('kanban'), set::items($kanbanList), - set::height('calc(100vh - 120px)') + set::height('calc(100vh - 60px)') ); }