From d4a3f453f8efb05e9d4e0954ad50181f227a7327 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Wed, 26 Oct 2016 16:37:17 +0200 Subject: [PATCH] Fix product card template on small screens --- app/templates/shop/includes/product_list_square_style.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/shop/includes/product_list_square_style.html b/app/templates/shop/includes/product_list_square_style.html index 06597be5..beaafd29 100644 --- a/app/templates/shop/includes/product_list_square_style.html +++ b/app/templates/shop/includes/product_list_square_style.html @@ -20,7 +20,7 @@ {% with product_inline.product as product %} {% with product.links.all|get_type_link:"link" as links %} {% with product.prestashop_products.all as prestashop_products %} -
+
{% if product.images.all %} -- 2.39.5