diff --git a/module/story/css/create.css b/module/story/css/create.css index 1a2fa994f9..1e646d9c98 100644 --- a/module/story/css/create.css +++ b/module/story/css/create.css @@ -10,3 +10,9 @@ #dataform .priBox, #dataform .estimateBox {width: 120px;} #dataform .categoryBox {width: 150px;} #dataform .needNotReviewBox {width: 130px;} +.input-group-addon.assignedTo {min-width: 77px;} +.input-group .source {display: flex; width: 50%;} +.input-group .sourceNote {display: flex; width: 50%;} +.source .input-group-addon, .sourceNote .input-group-addon {padding-top: 9px;} +#sourceNoteBox {width: 80px;} +#moduleIdBox .input-group-addon {min-width: 77px;} diff --git a/module/story/view/create.html.php b/module/story/view/create.html.php index cf519dbeda..9b485e3d92 100644 --- a/module/story/view/create.html.php +++ b/module/story/view/create.html.php @@ -90,12 +90,16 @@ foreach(explode(',', $config->story->create->requiredFields) as $field)