From 5931dd517d69d3c567c0445a00f8685f26dff6c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= <583546+oandregal@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:51:27 +0100 Subject: [PATCH] Pages: scope padding to custom items (#67977) Co-authored-by: oandregal Co-authored-by: afercia Co-authored-by: jameskoster --- .../components/sidebar-dataviews/custom-dataviews-list.js | 2 +- .../edit-site/src/components/sidebar-dataviews/style.scss | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/edit-site/src/components/sidebar-dataviews/custom-dataviews-list.js b/packages/edit-site/src/components/sidebar-dataviews/custom-dataviews-list.js index 847029e8d6dcfe..467648e814276d 100644 --- a/packages/edit-site/src/components/sidebar-dataviews/custom-dataviews-list.js +++ b/packages/edit-site/src/components/sidebar-dataviews/custom-dataviews-list.js @@ -212,7 +212,7 @@ export default function CustomDataViewsList( { type, activeView, isCustom } ) {
{ __( 'Custom Views' ) }
- + { customDataViews.map( ( customViewRecord ) => { return (