Skip to content

Commit

Permalink
Remove more before/after css since we are using padding
Browse files Browse the repository at this point in the history
  • Loading branch information
jeryj committed Oct 10, 2024
1 parent 03ed997 commit 47b31ed
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/block-editor/src/components/iframe/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@
.block-editor-iframe__html {
transform-origin: top center;
@include editor-canvas-resize-animation;
&::before,
&::after {
content: "";
display: block;
height: 0;
background-color: $gray-300;
@include editor-canvas-resize-animation;
}
}

.block-editor-iframe__html.is-zoomed-out {
Expand Down

0 comments on commit 47b31ed

Please sign in to comment.