max height in product_in_list

This commit is contained in:
Rushabh Mehta 2013-02-21 15:23:36 +05:30
parent f210f1f359
commit fb3158571f

View File

@ -6,6 +6,8 @@
{% include 'html/product_missing_image.html' %}
{% endif %}
</div>
<h4><a href="{{ page_name }}">{{ item_name }}</a></h4>
<p class="help">Item Code: {{ name }}</p>
<div style="height: 40px; overflow: hidden; font-size: 80%;">
<h4><a href="{{ page_name }}">{{ item_name }}</a></h4>
<p class="help">Item Code: {{ name }}</p>
</div>
</div>