From e35809db28a1bc539c137f17be188bc44eba7226 Mon Sep 17 00:00:00 2001 From: Colin Darie Date: Mon, 19 Aug 2024 18:36:35 +0200 Subject: [PATCH] fix(attestation): html format expand a4 background even if because there is a single page --- app/assets/stylesheets/attestation.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/attestation.scss b/app/assets/stylesheets/attestation.scss index 89459a55a..e01a9168b 100644 --- a/app/assets/stylesheets/attestation.scss +++ b/app/assets/stylesheets/attestation.scss @@ -42,7 +42,7 @@ flex-direction: column; justify-content: space-between; // This will push the footer down max-width: 21cm; - height: 29.7cm; + min-height: 29.7cm; padding: 17mm; margin: 0 auto; background: #FFFFFF;