diff --git a/packages/edit-site/src/components/page-templates/index.js b/packages/edit-site/src/components/page-templates/index.js index 05c3b9673eaf9..01b17ae76fc9d 100644 --- a/packages/edit-site/src/components/page-templates/index.js +++ b/packages/edit-site/src/components/page-templates/index.js @@ -54,8 +54,7 @@ const defaultLayouts = { minWidth: 320, }, preview: { - minWidth: 120, - maxWidth: 120, + width: '1%', }, author: { width: '1%', diff --git a/packages/edit-site/src/components/page-templates/style.scss b/packages/edit-site/src/components/page-templates/style.scss index 067720ad9a1e9..0313da00f8994 100644 --- a/packages/edit-site/src/components/page-templates/style.scss +++ b/packages/edit-site/src/components/page-templates/style.scss @@ -37,6 +37,8 @@ .dataviews-view-table & { border-radius: $radius-block-ui; position: relative; + width: 120px; + max-height: 160px; &::after { content: "";