* Adjust table column width.

This commit is contained in:
tianshujie98
2020-12-03 15:49:58 +08:00
parent ec3749dcad
commit 4dbca79efb
+1 -1
View File
@@ -26,7 +26,7 @@
<?php endif;?>
<th title='<?php echo $lang->product->plans?>' class='c-num'><?php echo $lang->product->plans;?></th>
<th title='<?php echo $lang->product->releases?>' class='c-num'><?php echo $lang->product->releases;?></th>
<th title='<?php echo $lang->product->activeStoriesTitle?>' class='c-num <?php echo 'w-90px'?>'><?php echo $lang->product->activeStories;?></th>
<th title='<?php echo $lang->product->activeStoriesTitle?>' class='c-num <?php echo 'w-100px'?>'><?php echo $lang->product->activeStories;?></th>
<th title='<?php echo $lang->product->unResolvedBugsTitle?>' class='c-num <?php echo 'w-90px'?>'><?php echo $lang->product->unResolvedBugs;?></th>
</tr>
</thead>