Fix responsive

This commit is contained in:
Laurent Destailleur 2021-01-28 23:27:01 +01:00
parent 0ead5abaa8
commit 6544ba010e

View File

@ -1287,7 +1287,7 @@ while ($i < min($num, $limit))
if (!empty($arrayfields['s.fk_prospectlevel']['checked'])) if (!empty($arrayfields['s.fk_prospectlevel']['checked']))
{ {
// Prospect level // Prospect level
print '<td class="center">'; print '<td class="center tdoverflowmax100">';
print $companystatic->getLibProspLevel(); print $companystatic->getLibProspLevel();
print "</td>"; print "</td>";
if (!$i) $totalarray['nbfield']++; if (!$i) $totalarray['nbfield']++;