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 // Country
if (!empty($arrayfields['country.code_iso']['checked'])) { if (!empty($arrayfields['country.code_iso']['checked'])) {
print '<td class="center">'; print '<td class="center tdoverflowmax100" title="'.dol_escape_htmltag($socstatic->country).'">';
print $socstatic->country; print dol_escape_htmltag($socstatic->country);
print '</td>'; print '</td>';
if (!$i) { if (!$i) {
$totalarray['nbfield']++; $totalarray['nbfield']++;