Merge pull request #1164 from mirumee/SALEOR-3039/fix-product-variant-media-grid-on-safari
fix grid element height in product variants on safari
This commit is contained in:
commit
27d09b71e2
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ const useStyles = makeStyles(
|
||||||
gridColumnEnd: "span 4"
|
gridColumnEnd: "span 4"
|
||||||
},
|
},
|
||||||
image: {
|
image: {
|
||||||
height: "100%",
|
|
||||||
objectFit: "contain",
|
objectFit: "contain",
|
||||||
width: "100%"
|
width: "100%"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue