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:
Claudiu Lodromanean 2018-07-24 10:40:42 -07:00 committed by GitHub
commit 4016925616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -437,7 +437,6 @@ table.variations {
img {
display: block;
width: 100%;
height: auto;
}
}