* fix bug: the estimate can not display if pri title is long when creating a task.
This commit is contained in:
@@ -4,3 +4,4 @@
|
||||
.chosen-container {max-width: 980px}
|
||||
|
||||
.minw-80px {min-width: 80px;}
|
||||
.minw-60px {min-width: 60px;}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user