diff --git a/pos_order_mgmt/static/src/css/pos.css b/pos_order_mgmt/static/src/css/pos.css index b9cd64a4..f8c1ec0f 100644 --- a/pos_order_mgmt/static/src/css/pos.css +++ b/pos_order_mgmt/static/src/css/pos.css @@ -34,3 +34,12 @@ color: white; text-align: center; } + +.orderlist-screen table td[name='td_ol_amount_total'] { + text-align: right; +} + +/* Keep the table from breaking when the customer name is too long */ +.orderlist-screen table td:not([name='td_ol_customer']) { + white-space: nowrap; +} diff --git a/pos_order_mgmt/static/src/xml/pos.xml b/pos_order_mgmt/static/src/xml/pos.xml index 529a3a71..769ae352 100644 --- a/pos_order_mgmt/static/src/xml/pos.xml +++ b/pos_order_mgmt/static/src/xml/pos.xml @@ -33,7 +33,7 @@ Ref. Customer Date - Amount Total + Amount