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 c3cb6bf..2ce9e9b 100644
--- a/website/templates/html/product_in_list.html
+++ b/website/templates/html/product_in_list.html
@@ -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>
\ No newline at end of file