Block Widgets: fix product grid display (https://github.com/woocommerce/woocommerce-blocks/pull/4419)
This commit is contained in:
parent
c3f4310fe2
commit
719a8952ff
|
@ -55,6 +55,11 @@
|
|||
list-style: none;
|
||||
}
|
||||
|
||||
// The block widgets editor's generic @reset overrides box sizing on all children
|
||||
.blocks-widgets-container .wc-block-grid__product {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.theme-twentytwenty .wc-block-grid,
|
||||
.wc-block-grid {
|
||||
&.has-aligned-buttons {
|
||||
|
|
Loading…
Reference in New Issue