Responsive

This commit is contained in:
Laurent Destailleur 2022-08-11 16:55:30 +02:00
parent 983a530251
commit d29f7ae8d2

View File

@ -872,8 +872,8 @@ while ($i < min($num, $limit)) {
}
// Country
if (!empty($arrayfields['country.code_iso']['checked'])) {
print '<td class="center">';
print $socstatic->country;
print '<td class="center tdoverflowmax100" title="'.dol_escape_htmltag($socstatic->country).'">';
print dol_escape_htmltag($socstatic->country);
print '</td>';
if (!$i) {
$totalarray['nbfield']++;