Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Fix magnifying glass appearing outside the product image gallery (#9594)
Browse files Browse the repository at this point in the history
  • Loading branch information
thealexandrelara authored May 26, 2023
1 parent a061b05 commit 37c518c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@


.woocommerce .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery.images {
width: 100%;
width: auto;
}

0 comments on commit 37c518c

Please sign in to comment.