From 512febc50e6325c05b36ddae571c275dfe674558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Taymans?= Date: Tue, 8 Dec 2020 18:30:29 +0100 Subject: [PATCH] [FIX] product_label_report: 13x5 report --- product_label_report/report/layout.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/product_label_report/report/layout.xml b/product_label_report/report/layout.xml index 387d9434b..5350f733f 100644 --- a/product_label_report/report/layout.xml +++ b/product_label_report/report/layout.xml @@ -113,9 +113,9 @@ } .height-13 { - height: 107px; - min-height: 107px; - max-height: 107px; + height: 108px; + min-height: 108px; + max-height: 108px; margin-top: 0; margin-bottom: 0; }