Fix inspector control border for the Customer Account block (https://github.com/woocommerce/woocommerce-blocks/pull/9008)

This commit is contained in:
Alexandre Lara 2023-04-12 14:12:54 -03:00 committed by GitHub
parent 4d1604bdd0
commit 8889ba43f2
2 changed files with 3 additions and 5 deletions

View File

@ -6,7 +6,3 @@
.block-editor-block-card + div > .wc-block-editor-customer-account__link {
padding: 0 $gap $gap 52px;
}
/* In tabbed sidebar (ie: WP >=6.2) */
.wc-block-editor-customer-account__link {
padding: $gap;
}

View File

@ -66,7 +66,9 @@ export const BlockSettings = ( {
return (
<InspectorControls key="inspector">
<AccountSettingsLink />
<PanelBody>
<AccountSettingsLink />
</PanelBody>
<PanelBody
title={ __(
'Display settings',