mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
Merge pull request #13426 from cyrillefr/AlignPriceColumnTextToTheLeft
Align Cart Price column texts to the left
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user