* Adjust copy execution list style.

This commit is contained in:
caoyanyi
2024-03-06 17:25:02 +08:00
parent 5cb814ce65
commit 475973e992
@@ -42,7 +42,7 @@ else
setClass('text-gray'),
$lang->icons[$execution->type]
),
span($execution->name)
span(setClass('text-left'), $execution->name)
);
}
}