From b33f542cf4d1e2246e3711349a3285e1e97b8f68 Mon Sep 17 00:00:00 2001 From: Colin Darie Date: Mon, 19 Aug 2024 16:15:29 +0200 Subject: [PATCH] fix(attestation): nowrap footers & pages counter --- app/assets/stylesheets/attestation.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/attestation.scss b/app/assets/stylesheets/attestation.scss index 75a10efba..86924df4c 100644 --- a/app/assets/stylesheets/attestation.scss +++ b/app/assets/stylesheets/attestation.scss @@ -27,6 +27,7 @@ font-size: 8pt; content: counter(page) " / " counter(pages); margin-top: 17mm; + white-space: nowrap; } @bottom-left { @@ -169,5 +170,6 @@ position: running(footer); font-size: 7pt; font-weight: 100; + white-space: nowrap; } }