* 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 -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>