We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b392b commit 3e0493cCopy full SHA for 3e0493c
diff.php
@@ -35,8 +35,8 @@
35
$tdf = new TableDiffFormatter();
36
echo '<table class="diff" id="plugin__sync_diff">';
37
echo '<tr>';
38
- echo '<th colspan="2">' . $plugin->getLang('local') . '</th>';
39
- echo '<th colspan="2">' . $plugin->getLang('remote') . '</th>';
+ echo '<th colspan="2" width="50%">' . $plugin->getLang('local') . '</th>';
+ echo '<th colspan="2" width="50%">' . $plugin->getLang('remote') . '</th>';
40
echo '</tr>';
41
echo $tdf->format($df);
42
echo '</table>';
0 commit comments