* Finish task #4717.

This commit is contained in:
Yagami
2018-09-11 15:33:07 +08:00
parent 60111262d3
commit be25ee3bd3
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
td.title{overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}
+1 -1
View File
@@ -102,7 +102,7 @@
</td>
<td class='text-center'><?php echo html::select("versions[$case->id]", array_combine(range($case->version, 1), range($case->version, 1)), '', 'class="form-control"');?> </td>
<td><span class='label-pri label-pri-<?php echo $case->pri;?>' title='<?php echo zget($lang->testcase->priList, $case->pri, $case->pri)?>'><?php echo zget($lang->testcase->priList, $case->pri, $case->pri)?></span></td>
<td class='text-left'>
<td class='text-left title' title='<?php echo $case->title?>'>
<?php
echo $case->title . ' ( ';
for($i = $case->version; $i >= 1; $i --)