Skip to content

Commit

Permalink
Try: Fix nesting container margin smarts. (#25527)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored Sep 22, 2020
1 parent 1a2961a commit fa7bcb6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/block-library/src/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,6 @@
margin-bottom: $default-block-margin;
}

.block-editor-block-list__layout > .wp-block:first-child {
margin-top: 0;
}

.block-editor-block-list__layout > .wp-block:last-child {
margin-bottom: 0;
}

// This tag marks the end of the styles that apply to editing canvas contents and need to be manipulated when we resize the editor.
#end-resizable-editor-section {
display: none;
Expand Down

0 comments on commit fa7bcb6

Please sign in to comment.