* Adjust table column width.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user