From 357c8c7a7613f3c9507f4d7401d679c944589fe1 Mon Sep 17 00:00:00 2001 From: Thierry Bugier Date: Tue, 19 May 2020 11:12:29 +0200 Subject: [PATCH] fix(form): bad rendering when printing from the service catalog Signed-off-by: Thierry Bugier --- css/print_form.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/css/print_form.css b/css/print_form.css index ead6b0f63..9f87463ed 100644 --- a/css/print_form.css +++ b/css/print_form.css @@ -42,7 +42,8 @@ .form-group { margin: 20px 10px; - break-inside: avoid-page; + page-break-inside: avoid; + page-break-after:auto; } .form_field { @@ -133,3 +134,16 @@ label[for] { height:16px; width:16px; } + +#c_menu, #header_top { + display: none; +} + +#page.plugin_formcreator_page { + margin: 0; + width: auto; +} + +#page.plugin_formcreator_page { + height: auto; +}