From 7087b58c3b496693045caaf20f9810db02c808b4 Mon Sep 17 00:00:00 2001 From: Miquel Rosell Date: Wed, 20 May 2026 16:36:08 +0200 Subject: [PATCH] [FIX] document_page: make content field span full width in form views The content field was placed directly in the sheet without a group wrapper, which caused it to render in a narrow single column. Wrapping it in a makes it use the full available width in both the main document form and the history form. --- document_page/views/document_page.xml | 18 +++++++++++------- document_page/views/document_page_history.xml | 16 ++++++++++------ 2 files changed, 21 insertions(+), 13 deletions(-) diff --git a/document_page/views/document_page.xml b/document_page/views/document_page.xml index 0ac1f87bf9c..0c5806505a4 100644 --- a/document_page/views/document_page.xml +++ b/document_page/views/document_page.xml @@ -50,13 +50,17 @@ - + + + diff --git a/document_page/views/document_page_history.xml b/document_page/views/document_page_history.xml index 8ac65aae3d3..218e8c96960 100644 --- a/document_page/views/document_page_history.xml +++ b/document_page/views/document_page_history.xml @@ -59,12 +59,16 @@ - + + +