This commit is contained in:
Michael P. Pfeiffer 2021-07-05 08:58:00 +02:00 committed by GitHub
parent c3f4310fe2
commit 719a8952ff
1 changed files with 5 additions and 0 deletions

View File

@ -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 {