Align Cart Price column texts to the left

This commit is contained in:
cyrillefr
2025-07-17 14:17:57 +02:00
parent 7b6b3d907c
commit 08114b495a
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
%thead
%tr
%th.cart-item-description-header= t(:item)
%th.cart-item-price-header.text-right= t(:price)
%th.cart-item-price-header= t(:price)
%th.text-center.cart-item-quantity-header= t(:qty)
%th.cart-item-total-header.text-right= t(:total)
%th.cart-item-delete-header

View File

@@ -18,7 +18,7 @@
= t(".unavailable_item")
%br/
%td.text-right.cart-item-price
%td.cart-item-price
= line_item.single_display_amount_with_adjustments.to_html
%br
%span.unit-price