Skip to content

Commit cf7e1ea

Browse files
jameskosterjasmussen
andauthored
Update alignment of preview contents in Patterns and Templates data views (#61190)
Co-authored-by: jameskoster <[email protected]> Co-authored-by: jasmussen <[email protected]>
1 parent 6773fd5 commit cf7e1ea

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/edit-site/src/components/page-patterns/style.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151

5252
&.is-viewtype-grid {
5353
.block-editor-block-preview__container {
54-
height: 100%;
5554
border-radius: 3px 3px 0 0;
5655
}
5756
}

packages/edit-site/src/components/page-templates/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
&.is-viewtype-grid {
3232
.block-editor-block-preview__container {
33-
height: auto;
33+
height: 100%;
3434
}
3535

3636
.page-templates-preview-field__button {

0 commit comments

Comments
 (0)