From 12e1761a5b4432e71c2a58098766ccf550d3137a Mon Sep 17 00:00:00 2001 From: Schubert Ferenc Date: Sun, 12 Jul 2026 13:24:04 +0200 Subject: [PATCH] fix(orion): increase cover signature spacing --- .../app/modules/orion/templates/report.css | 2 +- ...tion_workflow.cpython-313-pytest-8.3.4.pyc | Bin 174252 -> 174722 bytes .../mercury/tests/test_validation_workflow.py | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/validation-suite/backend/mercury/app/modules/orion/templates/report.css b/validation-suite/backend/mercury/app/modules/orion/templates/report.css index 1b1ed883..993a8904 100644 --- a/validation-suite/backend/mercury/app/modules/orion/templates/report.css +++ b/validation-suite/backend/mercury/app/modules/orion/templates/report.css @@ -299,7 +299,7 @@ h1 { .signature-block { break-inside: avoid; color: #6B7C85; - margin-top: 2.5mm; + margin-top: 9mm; page-break-inside: avoid; width: 82mm; } diff --git a/validation-suite/backend/mercury/tests/__pycache__/test_validation_workflow.cpython-313-pytest-8.3.4.pyc b/validation-suite/backend/mercury/tests/__pycache__/test_validation_workflow.cpython-313-pytest-8.3.4.pyc index 92f952e785a8b398cf5be9eff94e094ec46b3c6d..5d4aabfa72ef59564f50b144b71701d36c7338c0 100644 GIT binary patch delta 307 zcmWm5Pbh-{7{~GV_q6w&y|#D5%90j`k$A;%Y`Mr`xoAqw&{7*}{%uN2X zh{=J&ipzRjI5;|x!wwFJB~B9MFcJHnKi~X~yjGNzPm@U&{@Yph&R7rPNG@|jtu8khi&>v&p BV%z`# delta 285 zcmZp=%C+Vq7vE=IUM>b8uqq4A`mm^xZz~^T%T=a3Jlp3gFqLp`=Xl7N!N`)%pea24 z&SS=T)4QKAK4*$xo*u2sB)@&~Q^q33?McrW89CX`F*7g}_fAi!V^Z7R|ABE5JL9wM zN9YW}w1W%_*&gk~)WXB)y8S@}(`J75SdfekGsv*u?Qb)f+<6#twwsnRsd6$l zY>%#E+RVi`X*+)>lQk#f!R_9Yn07F-tp{m&JH2ZWljC-;DNNs38BcC^oW-=8jq%a; dzYCb!85wVEZ(YQ+oSl`MQRb7(bi-9lfdIa{T-N{q diff --git a/validation-suite/backend/mercury/tests/test_validation_workflow.py b/validation-suite/backend/mercury/tests/test_validation_workflow.py index 05cf5cd7..b5a7fc5c 100644 --- a/validation-suite/backend/mercury/tests/test_validation_workflow.py +++ b/validation-suite/backend/mercury/tests/test_validation_workflow.py @@ -964,6 +964,7 @@ def test_orion_result_box_css_prevents_page_breaks(): assert ".cover-closing" in css assert ".cover-result-text" in css assert ".signature-block" in css + assert "margin-top: 9mm" in css assert "break-inside: avoid" in css assert "page-break-inside: avoid" in css assert "#EAF5EE" in css