Skip to content

Commit

Permalink
Fix #1425, #1417 エディター下の余白のために追加していたが、6.6 では不要
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Jul 20, 2024
1 parent 19673e0 commit a9bd8a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion src/css/app/foundation/_wordpress/_has-background/_app.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:where(.has-background) {
:where(.has-background),
:root :where(p.has-background) {
padding: var(--_padding1);
}

Expand Down
6 changes: 0 additions & 6 deletions src/css/block-editor/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ html :where(.editor-styles-wrapper) {
@include entry-content();
}

.block-editor-writing-flow.editor-styles-wrapper {
> * + * {
margin-top: var(--wp--style--block-gap);
}
}

.wp-block-widget-area__inner-blocks .block-editor-block-list__layout [data-type="core/heading"],
[data-type="core/widget-group"] > .widget-title {
// @todo Because ::after is used in the block editor.
Expand Down

0 comments on commit a9bd8a3

Please sign in to comment.