[minor] Product grid text-ellipsis
diff --git a/erpnext/templates/includes/product_in_grid.html b/erpnext/templates/includes/product_in_grid.html
index b670a7f..2a35fb8 100644
--- a/erpnext/templates/includes/product_in_grid.html
+++ b/erpnext/templates/includes/product_in_grid.html
@@ -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>