* 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
View File
@@ -6,3 +6,4 @@
#mainContent .detail .form-actions {padding-bottom: 20px;}
#mainContent .main-header h2 .input-group {margin-top: 1px;}
.c-name {max-width: 100px;}
#profile {vertical-align: unset;}
+1
View File
@@ -1 +1,2 @@
.c-name {max-width: 100px;}
#profile {vertical-align: unset;}
+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>';