From 99695154f6783b6e91b1fefc16e68cba3615c8b6 Mon Sep 17 00:00:00 2001 From: westtle <103447524+westtle@users.noreply.github.com> Date: Sun, 25 Feb 2024 23:08:28 +0700 Subject: [PATCH] changed line-height for print title from 1.4 to 1.25. --- assets/styles/other/print.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles/other/print.css b/assets/styles/other/print.css index 65ce504..aed0e1e 100644 --- a/assets/styles/other/print.css +++ b/assets/styles/other/print.css @@ -41,7 +41,7 @@ Print Media font-size: 19.92pt; font-weight: 500; letter-spacing: -0.02em; - line-height: 1.4; + line-height: 1.25; word-wrap: break-word; }