From cf00da44879ef9a72009ea5ca916ea5d7db976c0 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 9 Jan 2024 09:25:55 +0800 Subject: [PATCH] * Fix bug #41389. --- module/programplan/ui/create.html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/programplan/ui/create.html.php b/module/programplan/ui/create.html.php index 5b476dc7bd..229634b05b 100644 --- a/module/programplan/ui/create.html.php +++ b/module/programplan/ui/create.html.php @@ -135,6 +135,7 @@ $fnGenerateFields = function() use ($config, $lang, $requiredFields, $showFields $field['hidden'] = $executionType == 'stage'; $field['items'] = $lang->execution->typeList; } + if($name == 'milestone') $field['width'] = '100px'; $items[] = $field; }