Skip to content

Commit

Permalink
Be less specific about the excerpt margin rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellr committed May 22, 2019
1 parent 16a8a1b commit 7a38608
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions packages/block-library/src/latest-posts/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@
}
}

.wp-block-latest-posts {

li a > div {
display: inline;
}
.wp-block-latest-posts li a > div {
display: inline;
}

.wp-block-latest-posts__post-excerpt {
margin-top: $grid-size;
margin-bottom: $grid-size-large;
}
.wp-block-latest-posts__post-excerpt {
margin-top: $grid-size;
margin-bottom: $grid-size-large;
}

0 comments on commit 7a38608

Please sign in to comment.