* Fix bug #16380,#16387.

This commit is contained in:
liyuchun
2021-11-19 15:13:34 +08:00
parent 54816620c8
commit d185d6db49
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ html[lang='en'] #deadlineTd .input-group-addon {padding: 5px 18px;}
#osBox {width: 190px;}
#projectBox .required:after {right: 1px;}
#assignedTo_chosen, .load-all-user {float: left;;}
.assigned-box #assignedTo_chosen {width: 81% !important;}
.assigned-box #assignedTo_chosen {width: 80% !important;}
.deadline-box #assignedTo_chosen {width: 153px !important;}
.assigned-box .load-all-user {float: left;}
.assigned-box .load-all-user .btn {border-left: none;}
+1 -1
View File
@@ -101,7 +101,7 @@
<?php endif;?>
<tr>
<th><?php echo $lang->story->reviewedBy;?></th>
<td colspan='2' id='reviewerBox'>
<td colspan='4' id='reviewerBox'>
<div class="table-row">
<div class="table-col">
<?php echo html::select('reviewer[]', $reviewers, empty($needReview) ? $product->PO : '', "class='form-control chosen' multiple");?>