diff --git a/htdocs/ticket/list.php b/htdocs/ticket/list.php index dec12f329e7..8d76ef5c5eb 100644 --- a/htdocs/ticket/list.php +++ b/htdocs/ticket/list.php @@ -639,7 +639,7 @@ while ($i < min($num, $limit)) $cssforfield = ''; if (in_array($val['type'], array('date', 'datetime', 'timestamp'))) $cssforfield .= ($cssforfield ? ' ' : '').'center'; if (in_array($val['type'], array('timestamp'))) $cssforfield .= ($cssforfield ? ' ' : '').'nowrap'; - if ($key == 'ref') $cssforfield .= ($cssforfield ? ' ' : '').'nowraponall'; + if (in_array($key, array('ref', 'fk_project'))) $cssforfield .= ($cssforfield ? ' ' : '').'nowraponall'; if ($key == 'fk_statut') $cssforfield .= ($cssforfield ? ' ' : '').'center'; if (!empty($arrayfields['t.'.$key]['checked'])) {