From 55feb7648d6a182abeba5ea166528eba3837785b Mon Sep 17 00:00:00 2001 From: saunmanoj888 Date: Sat, 16 Jul 2022 23:17:06 +0530 Subject: [PATCH] Fix text alignment for category radio button under shipping method --- app/views/spree/admin/shipping_methods/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/spree/admin/shipping_methods/_form.html.haml b/app/views/spree/admin/shipping_methods/_form.html.haml index 6e52ce1537..2148576ca4 100644 --- a/app/views/spree/admin/shipping_methods/_form.html.haml +++ b/app/views/spree/admin/shipping_methods/_form.html.haml @@ -27,7 +27,7 @@ -# The 'Category' label here is just a logical descriptor for the data we are trying to collect for 'requires_ship_address' -# and does not relate to shipping categories in any way. = f.label :require_ship_address, t(:category) - .two.columns + .three.columns = f.radio_button :require_ship_address, true   = f.label :delivery, t(:delivery)