Fix text alignment for category radio button under shipping method

This commit is contained in:
saunmanoj888
2022-07-16 23:17:06 +05:30
parent 3d6842db80
commit 55feb7648d

View File

@@ -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)