diff --git a/app/views/spree/admin/payments/source_forms/_stripe.html.haml b/app/views/spree/admin/payments/source_forms/_stripe.html.haml index 45bbebff1b..e0b038cc1a 100644 --- a/app/views/spree/admin/payments/source_forms/_stripe.html.haml +++ b/app/views/spree/admin/payments/source_forms/_stripe.html.haml @@ -10,4 +10,8 @@ = label_tag :cardholder_name, t(:cardholder_name) .six.columns = text_field_tag :cardholder_name, nil, {size: 40, "ng-model" => 'form_data.name'} - %stripe-elements + .row + .three.columns + = label_tag :card_details, t(:card_details) + .six.columns + %stripe-elements