From 475973e9923c0b5b6971aa8792a0fcedf159baef Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Wed, 6 Mar 2024 17:25:00 +0800 Subject: [PATCH] * Adjust copy execution list style. --- module/execution/ui/ajaxgetcopyprojectexecutions.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/ui/ajaxgetcopyprojectexecutions.html.php b/module/execution/ui/ajaxgetcopyprojectexecutions.html.php index 41f3b4eee6..8e4846a267 100644 --- a/module/execution/ui/ajaxgetcopyprojectexecutions.html.php +++ b/module/execution/ui/ajaxgetcopyprojectexecutions.html.php @@ -42,7 +42,7 @@ else setClass('text-gray'), $lang->icons[$execution->type] ), - span($execution->name) + span(setClass('text-left'), $execution->name) ); } }