From 1d21612ceb28f02cceda1491844a0fde3fd8d068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20der=20Winden?= Date: Thu, 11 Jul 2024 11:50:06 +0200 Subject: [PATCH] Improved text-wrapping for Resource headers (#20590) Adds text-wrap: pretty to Resource H3 on Post Analytics page, to avoid orphans in typography. --- ghost/admin/app/styles/layouts/content.css | 1 + 1 file changed, 1 insertion(+) diff --git a/ghost/admin/app/styles/layouts/content.css b/ghost/admin/app/styles/layouts/content.css index 01d06e03e9..a4e6f6aa5c 100644 --- a/ghost/admin/app/styles/layouts/content.css +++ b/ghost/admin/app/styles/layouts/content.css @@ -865,6 +865,7 @@ .gh-post-analytics-resource h3 { font-size: 1.8rem; font-weight: 700; + text-wrap: pretty; } .gh-post-analytics-box h4.gh-main-section-header.small {