From 309ee56b0350df5ed368f03a06d5815a45de478b Mon Sep 17 00:00:00 2001 From: liuhong Date: Fri, 6 Jan 2023 06:36:13 +0000 Subject: [PATCH] * Fix bug #31537. --- 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 72e8a36ee3..9dd4527e86 100644 --- a/module/story/config.php +++ b/module/story/config.php @@ -254,5 +254,5 @@ $config->story->datatable->fieldList['caseCount']['name'] = $lang->story->ca $config->story->datatable->fieldList['actions']['title'] = 'actions'; $config->story->datatable->fieldList['actions']['fixed'] = 'right'; -$config->story->datatable->fieldList['actions']['width'] = $app->tab == 'project' ? '230' : '210'; +$config->story->datatable->fieldList['actions']['width'] = $app->tab == 'project' ? '250' : '230'; $config->story->datatable->fieldList['actions']['required'] = 'yes';