From 3eccdd5cffb2081741d9d2965e1e5c8c5b7d69ce Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sat, 1 Feb 2025 19:41:33 +0200 Subject: [PATCH] style(print): justify the note's text --- src/public/stylesheets/print.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/public/stylesheets/print.css b/src/public/stylesheets/print.css index 6e0591be6..d412198fc 100644 --- a/src/public/stylesheets/print.css +++ b/src/public/stylesheets/print.css @@ -14,6 +14,7 @@ .ck-content { font-size: var(--print-font-size); + text-align: justify; } .note-detail-readonly-text { @@ -202,7 +203,7 @@ span[style] { .note-detail-printable figcaption { --accented-background-color: transparent; - + font-style: italic; }