Merge pull request #13426 from cyrillefr/AlignPriceColumnTextToTheLeft

Align Cart Price column texts to the left
This commit is contained in:
Filipe
2025-07-24 22:51:36 +01:00
committed by GitHub
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