mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-27 18:48:31 +00:00
[minor] Product grid text-ellipsis
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user