* fix bug: the estimate can not display if pri title is long when creating a task.

This commit is contained in:
chenfeiCF
2016-03-23 09:53:35 +08:00
parent 0339c69ec6
commit c2174d62dd
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -4,3 +4,4 @@
.chosen-container {max-width: 980px}
.minw-80px {min-width: 80px;}
.minw-60px {min-width: 60px;}
+1 -1
View File
@@ -74,7 +74,7 @@
</div>
<?php endif; ?>
<span class='input-group-addon fix-border br-0'><?php echo $lang->task->estimateAB;?></span>
<?php echo html::input('estimate', '', "class='form-control' placeholder='{$lang->task->hour}'");?>
<?php echo html::input('estimate', '', "class='form-control minw-60px' placeholder='{$lang->task->hour}'");?>
</div>
</div>
</div>