From e7e076928160965d09b99a9e40c599b42cd925bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Thu, 16 Mar 2023 12:18:51 +0100 Subject: [PATCH] [FIX] update header size for full company name --- templates/report_layout.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/report_layout.xml b/templates/report_layout.xml index 2e4e104..3c008c1 100644 --- a/templates/report_layout.xml +++ b/templates/report_layout.xml @@ -16,14 +16,12 @@ alt="Logo" /> </div> - <div class="col-3" name="company_address"> + <div class="col-9" name="company_address"> <div t-field="company.partner_id" t-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": true}' /> </div> - <div class="col-6"> - </div> </div> </div> -- GitLab