Add minimum height to Mini Cart Contents block in the Style Book (https://github.com/woocommerce/woocommerce-blocks/pull/8458)

This commit is contained in:
Albert Juhé Lluveras 2023-02-17 11:45:42 +01:00 committed by GitHub
parent 1d3bbad9a5
commit b67eed1ace
1 changed files with 6 additions and 0 deletions

View File

@ -79,3 +79,9 @@
color: currentColor;
}
}
.editor-styles-wrapper .wp-block-woocommerce-mini-cart-contents,
.editor-styles-wrapper .wp-block-woocommerce-filled-mini-cart-contents-block {
height: auto;
min-height: 500px;
}