max height in product_in_list
diff --git a/website/templates/html/product_in_list.html b/website/templates/html/product_in_list.html
index 2ce9e9b..5daa44e 100644
--- a/website/templates/html/product_in_list.html
+++ b/website/templates/html/product_in_list.html
@@ -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>
\ No newline at end of file