diff --git a/module/task/css/edit.css b/module/task/css/edit.css index 7c89a401fb..eea94e90ad 100644 --- a/module/task/css/edit.css +++ b/module/task/css/edit.css @@ -2,3 +2,4 @@ #showAllModuleBox{width:60px;} #showAllModuleBox .no-margin {padding-left:22px;} #taskTeamEditor .sortable .input-group .input-group-addon.required:after {top: 10px; right: 2px; z-index: 3;} +#storyIdBox .chosen-container .chosen-drop.chosen-no-wrap>.chosen-results>li {text-overflow: unset;} diff --git a/module/task/view/edit.html.php b/module/task/view/edit.html.php index cc38f10ab8..a391a88a98 100644 --- a/module/task/view/edit.html.php +++ b/module/task/view/edit.html.php @@ -127,7 +127,7 @@ foreach(explode(',', $config->task->edit->requiredFields) as $field) type != 'ops'):?> task->story;?> - story, "class='form-control chosen' data-drop_direction='down'");?> + story, "class='form-control chosen' data-drop_direction='down' data-max_drop_width='0'");?> parent >= 0 and empty($task->team)):?>