From cc35e67e6f2bc647779db6ca54af6a9fdbcd472c Mon Sep 17 00:00:00 2001 From: sunguangming Date: Tue, 9 Jan 2024 15:50:43 +0800 Subject: [PATCH] * Fix bug #43434. --- module/execution/ui/view.html.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module/execution/ui/view.html.php b/module/execution/ui/view.html.php index fe2b926eb7..1307739323 100644 --- a/module/execution/ui/view.html.php +++ b/module/execution/ui/view.html.php @@ -464,13 +464,13 @@ if($canBeChanged && common::hasPriv('doc', 'createLib') && $execution->type != ' div ( setClass('my-4 flex w-full items-start'), - ($execution->projectInfo->hasProduct || $features['plan']) ? div + div ( setClass('w-2/3 canvas p-4 flex-auto'), div ( /* Linked product and plan. */ - h::table + ($execution->projectInfo->hasProduct || $features['plan']) ? h::table ( setClass('table condensed bordered'), h::thead @@ -510,7 +510,7 @@ div ) ), h::tbody($relatedProducts) - ), + ) : null, /* Execution team. */ h::table @@ -784,7 +784,7 @@ div ) ) : null ) - ) : null, + ), div ( setClass('ml-4 w-1/3 flex-none'),