diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php
index ef6bc551454..ac7d0fbe8f8 100644
--- a/htdocs/theme/eldy/global.inc.php
+++ b/htdocs/theme/eldy/global.inc.php
@@ -5333,6 +5333,7 @@ td.cal_other_month {
/* CSS for treeview */
.treeview ul { background-color: transparent !important; margin-bottom: 4px !important; margin-top: 0 !important; padding-top: 2px !important; }
.treeview li { background-color: transparent !important; padding: 0 0 0 16px !important; min-height: 30px; }
+.treeview li table { min-height: 30px; }
.treeview .hover { color: var(--colortextlink) !important; text-decoration: underline !important; }
.treeview .hitarea { margin-top: 3px; }
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index a97b2314227..bddb2dd5392 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -5177,6 +5177,7 @@ td.gtaskname {
/* CSS for treeview */
.treeview ul { background-color: transparent !important; margin-bottom: 4px !important; margin-top: 0 !important; padding-top: 8px !important; }
.treeview li { background-color: transparent !important; padding: 0 0 0 16px !important; min-height: 30px; }
+.treeview li table { min-height: 30px; }
.treeview .hover { color: var(--colortextlink) !important; text-decoration: underline !important; }
.treeview .hitarea { margin-top: 3px; }
diff --git a/htdocs/user/hierarchy.php b/htdocs/user/hierarchy.php
index 47fa5b1da1f..1a668522719 100644
--- a/htdocs/user/hierarchy.php
+++ b/htdocs/user/hierarchy.php
@@ -130,7 +130,7 @@ if (!is_array($user_arbo) && $user_arbo < 0) {
}
$li .= ' ('.$val['login'].($entitystring ? ' - '.$entitystring : '').')';
- $entry = '
| '.$li.' | '.$userstatic->getLibStatut(2).' |
';
+ $entry = '| '.$li.' | '.$userstatic->getLibStatut(2).' |
';
$data[] = array(
'rowid'=>$val['rowid'],