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 92f952e7..5d4aabfa 100644 Binary files a/validation-suite/backend/mercury/tests/__pycache__/test_validation_workflow.cpython-313-pytest-8.3.4.pyc and b/validation-suite/backend/mercury/tests/__pycache__/test_validation_workflow.cpython-313-pytest-8.3.4.pyc differ 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