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:
parent
1d3bbad9a5
commit
b67eed1ace
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue