Ensure product grids display as intended in the editor (https://github.com/woocommerce/woocommerce-blocks/pull/4424)

This commit is contained in:
Michael P. Pfeiffer 2021-07-05 11:58:48 +02:00 committed by GitHub
parent fd4abebe8d
commit b6a1edd62a
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@
list-style: none;
}
// The block widgets editor's generic @reset overrides box sizing on all children
.blocks-widgets-container .wc-block-grid__product {
// Increased specificity necessary as Gutenberg's generic reset overrides box sizing
.wc-block-grid__product.wc-block-grid__product {
box-sizing: border-box;
}