From 1664d6fe0f4a64671fdc9443b27049c1432b410d Mon Sep 17 00:00:00 2001 From: TheCoreDev Date: Tue, 1 Dec 2020 21:18:25 +0100 Subject: [PATCH] Modif pour dimension de la zone "Commentaire de commande" --- templates/pdf/default2020/invoice.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/pdf/default2020/invoice.html b/templates/pdf/default2020/invoice.html index 5f11c0e8..68344f4d 100644 --- a/templates/pdf/default2020/invoice.html +++ b/templates/pdf/default2020/invoice.html @@ -94,6 +94,10 @@ color: #747475; } + .table-3-module { + width: 40%; + } + .table-3-module h3 { margin-top: 1.5em; }