* Fix errors.

This commit is contained in:
liyuchun
2021-12-23 15:04:53 +08:00
parent 8b14f70b30
commit da283574bb
4 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
#mrForm table tbody th {width: 185px;}
#mrForm table tbody th {width: 225px;}
+1
View File
@@ -0,0 +1 @@
#mrForm table tbody th {width: 145px;}
+1
View File
@@ -0,0 +1 @@
#mrForm table tbody th {width: 225px;}
+1 -1
View File
@@ -66,7 +66,7 @@
</tr>
<tr>
<th><?php echo $lang->mr->mergeStatus; ?></th>
<?php if(empty($rawMR->changes_count)):?>
<?php if($MR->synced and empty($rawMR->changes_count)):?>
<td>
<?php echo $lang->mr->cantMerge; ?>
<code class=''><?php echo $lang->mr->noChanges;?></code>