Mini Cart: Remove excessive margin under cart items (https://github.com/woocommerce/woocommerce-blocks/pull/9051)

This commit is contained in:
Albert Juhé Lluveras 2023-04-17 18:52:43 +02:00 committed by GitHub
parent c58a09a8ef
commit cb9980c519
2 changed files with 7 additions and 3 deletions

View File

@ -5,7 +5,7 @@ table.wc-block-cart-items td {
background: none !important;
// Remove borders on default themes.
border: 0;
margin: 0 0 2em;
margin: 0;
}
.editor-styles-wrapper table.wc-block-cart-items,

View File

@ -12,13 +12,17 @@
}
}
}
}
.wc-block-cart {
.wc-block-components-totals-taxes,
.wc-block-components-totals-footer-item {
margin: 0;
}
table.wc-block-cart-items,
table.wc-block-cart-items th,
table.wc-block-cart-items td {
margin: 0 0 2em;
}
}
// Loading placeholder state.