mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Made the margins event between elements in the new post rows
refs https://github.com/TryGhost/Team/issues/1957
This commit is contained in:
parent
80eaa567b5
commit
6c527cfe78
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho
|
|||
}
|
||||
|
||||
.gh-posts-list-item p {
|
||||
margin: 0 0 1px;
|
||||
margin: 0 0 3px;
|
||||
font-size: 1.3rem;
|
||||
overflow-wrap: break-word;
|
||||
color: var(--middarkgrey);
|
||||
|
|
Loading…
Add table
Reference in a new issue