Fix CYS transition screen iframe positioning (#41162)
* Fix iframe positioning * Changelog * Lint
This commit is contained in:
parent
62a833e834
commit
2a023910ef
|
@ -103,7 +103,8 @@
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.auto-block-preview__container {
|
||||
.auto-block-preview__container,
|
||||
.block-editor-block-preview__content {
|
||||
width: 588px;
|
||||
height: 363px;
|
||||
position: relative;
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix unintended spacing in CYS transition page's iframe
|
Loading…
Reference in New Issue