From 2325969f77a98e409d8ca82e62b6f5df20e6318a Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Thu, 20 Oct 2022 21:43:12 +0200 Subject: [PATCH] Fixed missing padding in post analytics header refs https://github.com/TryGhost/Team/issues/2127 --- ghost/admin/app/styles/layouts/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/app/styles/layouts/content.css b/ghost/admin/app/styles/layouts/content.css index 27b25b0c31..9901a392d1 100644 --- a/ghost/admin/app/styles/layouts/content.css +++ b/ghost/admin/app/styles/layouts/content.css @@ -866,7 +866,7 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho font-weight: 700; line-height: 1em; margin: 0 0 8px; - padding: 0; + padding: 32px 0; color: var(--black); white-space: nowrap; letter-spacing: -.3px;