max height in product_in_list

This commit is contained in:
Rushabh Mehta 2013-02-21 15:25:54 +05:30
parent fb3158571f
commit 2be3a115c6

View File

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