mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-23 13:12:22 +01:00
fix: add default height to POS item card selector
(cherry picked from commit 5f5a514d6f)
Co-authored-by: Kavin <78342682+kavin0411@users.noreply.github.com>
This commit is contained in:
@@ -99,7 +99,7 @@ erpnext.PointOfSale.ItemSelector = class {
|
|||||||
return `<div class="item-qty-pill">
|
return `<div class="item-qty-pill">
|
||||||
<span class="indicator-pill whitespace-nowrap ${indicator_color}">${qty_to_display}</span>
|
<span class="indicator-pill whitespace-nowrap ${indicator_color}">${qty_to_display}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center justify-center h-32 border-b-grey text-6xl text-grey-100">
|
<div class="flex items-center justify-center border-b-grey text-6xl text-grey-100" style="height:8rem; min-height:8rem">
|
||||||
<img
|
<img
|
||||||
onerror="cur_pos.item_selector.handle_broken_image(this)"
|
onerror="cur_pos.item_selector.handle_broken_image(this)"
|
||||||
class="h-full item-img" src="${item_image}"
|
class="h-full item-img" src="${item_image}"
|
||||||
|
|||||||
Reference in New Issue
Block a user