* Adjust CSS.

This commit is contained in:
leiyong
2022-06-21 02:13:42 +00:00
parent 93a6442a55
commit b0645c9cdd
6 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -78,7 +78,7 @@
</tr>
<?php endif;?>
<tr>
<th><?php echo $lang->testreport->profile?></th>
<th id='profile'><?php echo $lang->testreport->profile?></th>
<td colspan='2'>
<?php
echo '<div>' . $storySummary . '</div>';
+1 -1
View File
@@ -66,7 +66,7 @@
</tr>
<?php endif;?>
<tr>
<th><?php echo $lang->testreport->profile?></th>
<th id='profile'><?php echo $lang->testreport->profile?></th>
<td colspan='2'>
<?php
echo '<p>' . $storySummary . '</p>';