Skip to content

Commit 716f66b

Browse files
authored
user-mgmt: remove margin from nested table (#454)
1 parent c36441c commit 716f66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webroot/admin/user-mgmt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class="filterSearch"
7272
";
7373
echo "<td>";
7474
if (count($UID2PIGIDs[$uid]) > 0) {
75-
echo "<table>";
75+
echo "<table style='margin: 0 0 0 0;'>";
7676
foreach ($UID2PIGIDs[$uid] as $gid) {
7777
echo "<tr><td>$gid</td></tr>";
7878
}

0 commit comments

Comments
 (0)