Mini Cart Contents block: fix wide width not being applied in the editor (https://github.com/woocommerce/woocommerce-blocks/pull/9201)
This commit is contained in:
parent
aa219a1aa1
commit
cb8040f7b0
|
@ -56,7 +56,7 @@ const Edit = ( {
|
|||
*/
|
||||
style: {
|
||||
minHeight: '100vh',
|
||||
maxWidth: width,
|
||||
width,
|
||||
},
|
||||
} );
|
||||
|
||||
|
|
Loading…
Reference in New Issue