From 08ff95d6864d0b805a3de280ba9d10996de30c4b Mon Sep 17 00:00:00 2001 From: AaronBenDaniel <144371000+AaronBenDaniel@users.noreply.github.com> Date: Tue, 31 Dec 2024 13:02:45 -0500 Subject: [PATCH] fix(api): Fix PDF ToC page number formatting --- src/api/src/pdf/stylesheet.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/api/src/pdf/stylesheet.css b/src/api/src/pdf/stylesheet.css index 4d04b10..3dd279d 100644 --- a/src/api/src/pdf/stylesheet.css +++ b/src/api/src/pdf/stylesheet.css @@ -205,6 +205,8 @@ section { #contents a { color: inherit; text-decoration: none; + display: flex; + justify-content: space-between; } #contents a::before { content: target-counter(attr(href), h2-counter) '. ' target-text(attr(href));