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

Commit

Permalink
Prevent image placeholder from going outside its wrapper (#8901)
Browse files Browse the repository at this point in the history
  • Loading branch information
thealexandrelara authored Mar 31, 2023
1 parent 785e47d commit 9e704f8
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.wc-block-editor-product-gallery {
img {
width: 500px;
height: 500px;
max-width: 500px;
width: 100%;
height: auto;
}
.wc-block-editor-product-gallery__other-images {
img {
Expand Down

0 comments on commit 9e704f8

Please sign in to comment.