[minor] Product grid text-ellipsis

This commit is contained in:
Anand Doshi 2015-02-25 18:52:01 +05:30
parent 69d874e7d7
commit e474aa5d91

View File

@ -3,6 +3,6 @@
<a class="product-link" href="{{ route or page_name }}">
<div class="col-sm-2 col-xs-4 product-image-wrapper">
{{ product_image_square(website_image) }}
<div class="product-text small">{{ item_name }}</div>
<div class="text-ellipsis small product-text">{{ item_name }}</div>
</div>
</a>