Product Image Gallery: fix resize width when the window resize (https://github.com/woocommerce/woocommerce-blocks/pull/9299)

This commit is contained in:
Luigi Teschio 2023-05-03 10:44:22 +02:00 committed by GitHub
parent 0aa8c79790
commit 0ea4dab3c9
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@
.woocommerce .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery.images {
width: initial;
width: 100%;
}