Align center order adjustment and order total title

This commit is contained in:
Tsara Sudrajat
2020-10-30 11:29:38 +07:00
parent 6b826423c1
commit f4c7a0b2a2
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
- if order.line_items.exists?
%fieldset#order-total.no-border-bottom{"data-hook" => "order_details_total"}
%legend= t(".order_total")
%legend{ align: 'center' }= t(".order_total")
%span.order-total= order.display_total
= form_for @order, url: admin_order_url(@order), method: :put do |f|

View File

@@ -1,6 +1,6 @@
- if adjustments.present?
%fieldset.no-border-bottom
%legend= title
%legend{ align: 'center' }= title
%table>
%thead
%tr