Fix magnifying glass appearing outside the product image gallery (https://github.com/woocommerce/woocommerce-blocks/pull/9594)

This commit is contained in:
Alexandre Lara 2023-05-26 11:23:24 -03:00 committed by GitHub
parent f6a827b639
commit 8a75ec8bc2
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: 100%;
width: auto;
}