Skip to content

Commit

Permalink
Fix: Twenty Seventeen theme has issues with preview panel (#17531)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta authored and youknowriad committed Sep 24, 2019
1 parent 20cde36 commit c48a9c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@

.block-editor-block-preview__container {
padding-top: 0;
margin: 0;
margin-top: -75%;
}
}
Expand Down
5 changes: 5 additions & 0 deletions packages/block-editor/src/components/inserter/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,9 @@ $block-inserter-search-height: 38px;
padding: 10px;
display: grid;
flex-grow: 2;

.block-editor-block-preview__container {
margin-right: 0;
margin-left: 0;
}
}

0 comments on commit c48a9c8

Please sign in to comment.