From ca73fe1293fdeefea2aaa5c157470795d7d0ceaa Mon Sep 17 00:00:00 2001
From: Jean-Laurent <jean-laurent.duzant@xelians.fr>
Date: Thu, 27 Jan 2022 15:39:17 +0100
Subject: [PATCH] FIX #19325 TIME 0:01 fix if norme && table width -
 Jean-Laurent

---
 src/app/resource/controllers/FolderPrintController.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/resource/controllers/FolderPrintController.php b/src/app/resource/controllers/FolderPrintController.php
index 9ed08fabc7c..7be3c5bb2cb 100755
--- a/src/app/resource/controllers/FolderPrintController.php
+++ b/src/app/resource/controllers/FolderPrintController.php
@@ -970,7 +970,7 @@ class FolderPrintController
             $status = _EMAIL_ERROR_SENT;
         }
 
-        $widthTable_px = "1200px";
+        $widthTable_px = "100%";
         $cellPaddingBottom_px = "30px";
 
         $emailMeta = "<table style=\"width: $widthTable_px;\" cellspacing=\"0\" cellpadding=\"5\">
-- 
GitLab