Fix responsive

This commit is contained in:
Laurent Destailleur 2020-05-24 15:07:57 +02:00
parent e2f0f0d71d
commit 65708ec360

View File

@ -133,7 +133,7 @@ class box_shipments extends ModeleBoxes
$societestatic->logo = $objp->logo;
$this->info_box_contents[$line][] = array(
'td' => '',
'td' => 'class="nowraponall"',
'text' => $shipmentstatic->getNomUrl(1),
'asis' => 1,
);
@ -145,7 +145,7 @@ class box_shipments extends ModeleBoxes
);
$this->info_box_contents[$line][] = array(
'td' => '',
'td' => 'class="nowraponall"',
'text' => $orderstatic->getNomUrl(1),
'asis' => 1,
);