Merge pull request #16407 from woocommerce/fix/16396
Remove figure margin/padding css
This commit is contained in:
commit
73a1fc21f1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -367,6 +367,12 @@ table.variations {
|
|||
|
||||
figure {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.woocommerce-product-gallery__wrapper {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.zoomImg {
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -169,6 +169,8 @@ p.demo_store,
|
|||
|
||||
.woocommerce-product-gallery__wrapper {
|
||||
transition: all cubic-bezier(0.795, -0.035, 0.000, 1.000) .5s;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.woocommerce-product-gallery__wrapper .zoomImg {
|
||||
|
|
Loading…
Reference in New Issue