From 1053112843c281b3d04d09a08f58299c30dd2783 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 4 Nov 2019 11:07:08 +0100 Subject: [PATCH] css --- htdocs/core/boxes/box_factures_imp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/boxes/box_factures_imp.php b/htdocs/core/boxes/box_factures_imp.php index 563f745f237..cee85e3e8dc 100644 --- a/htdocs/core/boxes/box_factures_imp.php +++ b/htdocs/core/boxes/box_factures_imp.php @@ -163,7 +163,7 @@ class box_factures_imp extends ModeleBoxes ); $this->info_box_contents[$line][] = array( - 'td' => 'class="nowrap right"', + 'td' => 'class="nowraponall right"', 'text' => price($objp->total_ht, 0, $langs, 0, -1, -1, $conf->currency), );