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:
Albert Juhé Lluveras 2023-04-26 12:16:43 +02:00 committed by GitHub
parent aa219a1aa1
commit cb8040f7b0
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ const Edit = ( {
*/
style: {
minHeight: '100vh',
maxWidth: width,
width,
},
} );