From be49df370ae4539bbf12737dd82c76f00874f897 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 28 Feb 2023 11:42:47 +0100 Subject: [PATCH] css --- htdocs/comm/action/list.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/comm/action/list.php b/htdocs/comm/action/list.php index 6e4903ae25b..3a48ec66223 100644 --- a/htdocs/comm/action/list.php +++ b/htdocs/comm/action/list.php @@ -1010,7 +1010,8 @@ while ($i < $imaxinloop) { // User owner if (!empty($arrayfields['owner']['checked'])) { - print ''; // With edge and chrome the td overflow is not supported correctly when content is not full text. + //print ''; + print ''; if ($obj->fk_user_action > 0 && !isset($cache_user_list[$obj->fk_user_action])) { $userstatic = new User($db); $res = $userstatic->fetch($obj->fk_user_action);