From 5f8b4d549801d9e65b3e299335289bfb27a96804 Mon Sep 17 00:00:00 2001 From: Michael Ficarra Date: Thu, 21 Mar 2024 19:50:49 -0600 Subject: [PATCH] print CSS: bump line-height of headings so they wrap nicer (#583) --- css/print.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/print.css b/css/print.css index eed8e19a..210b58d0 100644 --- a/css/print.css +++ b/css/print.css @@ -21,6 +21,7 @@ p { h1 { text-wrap: balance; + line-height: 1.4; } emu-note p,