From 3d57b26610e580ce8a8816c1c19bc8872e46b13f Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Fri, 9 Apr 2021 14:05:05 +0800 Subject: [PATCH] * Fix bug #11840. --- module/block/view/recentprojectblock.html.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/block/view/recentprojectblock.html.php b/module/block/view/recentprojectblock.html.php index e2d79cc504..61a89fe0dd 100644 --- a/module/block/view/recentprojectblock.html.php +++ b/module/block/view/recentprojectblock.html.php @@ -32,6 +32,7 @@ #cards .project-stage-item.is-going {color: #333;} #cards .project-stage-item.is-going::before {background-color: #0C64EB;} #dashboard .block-recentproject .panel-body {padding: 0;} +.execution-name {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
@@ -99,7 +100,7 @@

project->lastIteration; ?>

-
createLink('execution', 'task', "executionID={$project->id}"), $project->name);?>
+
createLink('execution', 'task', "executionID={$project->id}"), $project->name);?>