diff --git a/module/story/model.php b/module/story/model.php index d531c354e5..088bd7bb1c 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -4020,7 +4020,7 @@ class storyModel extends model if($canBeChanged and common::hasPriv('execution', 'storyEstimate', $execution)) { - $menu .= common::printIcon('execution', 'storyEstimate', "executionID=$executionID&storyID=$story->id", '', 'list', 'estimate', '', 'iframe', true, "data-width='450px'"); + $menu .= common::printIcon('execution', 'storyEstimate', "executionID=$executionID&storyID=$story->id", '', 'list', 'estimate', '', 'iframe', true, "data-width='470px'"); } if($canBeChanged and common::hasPriv('execution', 'unlinkStory', $execution))