This commit is contained in:
王怡栋
2022-03-31 13:44:45 +08:00
parent 325d7c99e5
commit 2d437ae3af
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
#mainContent td.projectName {white-space: nowrap; overflow-x: hidden;}
+1 -1
View File
@@ -22,7 +22,7 @@
</tr>
<tr>
<td><?php echo $lang->weekly->project;?></td>
<td><?php echo $project->name;?></td>
<td class='projectName' title='<?php echo $project->name;?>'><?php echo $project->name;?></td>
<td><?php echo $lang->weekly->staff;?></td>
<td><?php echo $staff;?></td>
</tr>