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

Product Image Gallery block: Fix overflow when multiple images are used #10013

Merged
merged 5 commits into from
Jun 29, 2023
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@


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

a img {
width: 100%;
}
}