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:
parent
bb182674df
commit
2325969f77
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue