Merge pull request #20818 from woocommerce/fix/20797-2
Removed 100% width on images on single product page for 2017 theme
This commit is contained in:
commit
4016925616
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -437,7 +437,6 @@ table.variations {
|
||||||
|
|
||||||
img {
|
img {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue