From 9b789a67b4b232c2ba3cc99335b538eaa91a3942 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Sun, 8 Oct 2023 09:55:31 +0800 Subject: [PATCH] * Modify style of project statistic block. --- module/block/ui/projectstatisticblock.html.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/block/ui/projectstatisticblock.html.php b/module/block/ui/projectstatisticblock.html.php index 05f600309c..44911b75d1 100644 --- a/module/block/ui/projectstatisticblock.html.php +++ b/module/block/ui/projectstatisticblock.html.php @@ -79,7 +79,7 @@ $width = $config->edition != 'open' ? '33%' : '50%'; $lastestExecution = !empty($project->executions) && $project->multiple ? cell ( - setClass('flex flex-auto overflow-hidden whitespace-nowrap clip w-full' . (!$longBlock ? ' text-left w-full' : ' justify-end')), + setClass('flex flex-1 overflow-hidden whitespace-nowrap clip w-full' . (!$longBlock ? ' text-left w-full' : '')), span ( setClass('text-gray'), @@ -368,6 +368,7 @@ statisticBlock set::active($active), set::moreLink(createLink('project', 'browse', "browseType={$block->params->type}")), set::items($items), + set::className('projectstatistic-block'), div ( div