From 5556829158d9f0d0631f08027a3fa051f36e8f28 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Wed, 10 Aug 2022 16:10:41 +0800 Subject: [PATCH] * Fix bug #26237. --- module/story/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/story/config.php b/module/story/config.php index 3b8dfa5e26..8da49d96d0 100644 --- a/module/story/config.php +++ b/module/story/config.php @@ -139,7 +139,7 @@ $config->story->datatable->fieldList['estimate']['required'] = 'no'; $config->story->datatable->fieldList['stage']['title'] = 'stageAB'; $config->story->datatable->fieldList['stage']['fixed'] = 'no'; -$config->story->datatable->fieldList['stage']['width'] = '80'; +$config->story->datatable->fieldList['stage']['width'] = '85'; $config->story->datatable->fieldList['stage']['required'] = 'no'; $config->story->datatable->fieldList['openedBy']['title'] = 'openedByAB';