0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Fixed missing padding in post analytics header

refs https://github.com/TryGhost/Team/issues/2127
This commit is contained in:
Djordje Vlaisavljevic 2022-10-20 21:43:12 +02:00
parent bb182674df
commit 2325969f77

View file

@ -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;