From b3812880ae960bcd9ddbc1080c97c95370e356c4 Mon Sep 17 00:00:00 2001 From: liuhong Date: Tue, 13 Sep 2022 05:22:04 +0000 Subject: [PATCH] *Fix bug #27183. --- module/execution/view/taskkanban.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/view/taskkanban.html.php b/module/execution/view/taskkanban.html.php index 2a9b390200..759c214457 100644 --- a/module/execution/view/taskkanban.html.php +++ b/module/execution/view/taskkanban.html.php @@ -116,7 +116,7 @@ ';?> ' . html::a(helper::createLink('execution', 'importBug', "execution=$execution->id", '', true), $lang->execution->importBug, '', "class='iframe' data-width='90%'") . '';?> - ' . html::a(helper::createLink('task', 'create', "execution=$execution->id", '', true), $lang->task->create, '', "class='iframe'") . '';?> + ' . html::a(helper::createLink('task', 'create', "execution=$execution->id", '', true), $lang->task->create, '', "class='iframe' data-width='80%'") . '';?> ' . html::a(helper::createLink('task', 'batchCreate', "execution=$execution->id", '', true), $lang->execution->batchCreateTask, '', "class='iframe' data-width=90%") . '';?>