Fix inspector control border for the Customer Account block (https://github.com/woocommerce/woocommerce-blocks/pull/9008)
This commit is contained in:
parent
4d1604bdd0
commit
8889ba43f2
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -66,7 +66,9 @@ export const BlockSettings = ( {
|
|||
|
||||
return (
|
||||
<InspectorControls key="inspector">
|
||||
<AccountSettingsLink />
|
||||
<PanelBody>
|
||||
<AccountSettingsLink />
|
||||
</PanelBody>
|
||||
<PanelBody
|
||||
title={ __(
|
||||
'Display settings',
|
||||
|
|
Loading…
Reference in New Issue