Fix inconsistent padding in Customer Account block (https://github.com/woocommerce/woocommerce-blocks/pull/10476)

This commit is contained in:
Lucio Giannotta 2023-08-29 07:32:48 +02:00 committed by GitHub
parent a92b8a432f
commit a898a5b5ee
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@
.wc-block-editor-customer-account {
display: flex;
padding: em($gap-smaller) em($gap-smaller);
padding: em($gap-smaller);
}
.wc-block-editor-customer-account__icon-style-toggle {

View File

@ -17,6 +17,7 @@
.wp-block-woocommerce-customer-account {
display: flex;
padding: em($gap-smaller);
a {
text-decoration: none !important;