From 1ddfedfbdd056dcca65065026313624db077f706 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Tue, 11 Jul 2023 09:59:50 +0800 Subject: [PATCH] * Modify project info style of scrum overview block. --- module/block/ui/scrumoverviewblock.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/block/ui/scrumoverviewblock.html.php b/module/block/ui/scrumoverviewblock.html.php index 4b85c55022..f38e352713 100644 --- a/module/block/ui/scrumoverviewblock.html.php +++ b/module/block/ui/scrumoverviewblock.html.php @@ -68,7 +68,7 @@ panel setClass('flex flex-wrap h-full w-full' . (!$longBlock ? ' flex-wrap' : '')), div ( - setClass('flex w-full bg-white leading-6 px-2 py-1 mt-1 mx-3 shadow items-center gap-x-2 justify-between' . ($longBlock ? ' h-10 mb-6 flex-nowrap' : 'h-20 mb-4 flex-wrap')), + setClass('flex w-full bg-white leading-6 px-2 py-1 mt-1 mx-3 shadow-sm items-center gap-x-2 justify-between' . ($longBlock ? ' h-10 mb-2 flex-nowrap' : 'h-20 mb-4 flex-wrap')), cell ( setClass('text-left'),