Skip to content

Commit

Permalink
Try a more blanket statement to target all blocks.
Browse files Browse the repository at this point in the history
Experiment, since this is still a try branch.
  • Loading branch information
Joen Asmussen committed Aug 2, 2018
1 parent a0137e8 commit 819e251
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions edit-post/assets/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,7 @@ body.gutenberg-editor-page {
}

// Core blocks
.wp-block-button,
.wp-block-code,
.wp-block-categories,
.wp-block-cover-image,
.wp-block-embed {
[ class*="wp-block-" ] {
margin-top: $default-block-margin;
margin-bottom: $default-block-margin;
}
Expand Down

0 comments on commit 819e251

Please sign in to comment.