diff --git a/app/views/shop/products/_summary.html.haml b/app/views/shop/products/_summary.html.haml
index 2119d8bbc4..78d6b7a243 100644
--- a/app/views/shop/products/_summary.html.haml
+++ b/app/views/shop/products/_summary.html.haml
@@ -7,7 +7,7 @@
%h3
%a{"ng-click" => "triggerProductModal()", href: 'javascript:void(0)'}
%span{"ng-bind" => "::product.name"}
- %p.product-description{ng: {bind: "::product.description", click: "triggerProductModal()"}}
+ %p.product-description{ng: {bind: "::product.description", click: "triggerProductModal()", show: "product.description.length"}}
.product-producer
= t :products_from
%span