Fix responsive
This commit is contained in:
parent
515acbfee2
commit
e39e54503e
@ -732,7 +732,7 @@ while ($i < min($num,$limit))
|
|||||||
// Job position
|
// Job position
|
||||||
if (! empty($arrayfields['p.poste']['checked']))
|
if (! empty($arrayfields['p.poste']['checked']))
|
||||||
{
|
{
|
||||||
print '<td>'.dol_trunc($obj->poste,20).'</td>';
|
print '<td class="tdoverflowmax100">'.$obj->poste.'</td>';
|
||||||
if (! $i) $totalarray['nbfield']++;
|
if (! $i) $totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
// Zip
|
// Zip
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user