getdatakick / revws

PrestaShop / ThirtyBees Product Reviews module
https://store.getdatakick.com/en/revws-free?utm_source=github&utm_medium=web&utm_campaign=github
21 stars 9 forks source link

Images are stretched (firefox) #108

Closed getdatakick closed 5 years ago

getdatakick commented 5 years ago

All reviews page - images are stretched. Reproducible in Firefox, in Chrome it works ok

getdatakick commented 5 years ago

possible solution:

replace padding-right with width:

.revws-review-with-site img, .revws-review-with-product img {
    -- padding-right: 40px;
    width: calc(100% - 40px);