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 7dedf202f4..f946d4800a 100644 --- a/app/views/spree/admin/payments/source_forms/_stripe.html.haml +++ b/app/views/spree/admin/payments/source_forms/_stripe.html.haml @@ -14,5 +14,5 @@ .row .three.columns = label_tag :card_details, t(:card_details) - .six.columns + .nine.columns %stripe-elements diff --git a/app/views/spree/admin/payments/source_forms/_stripe_sca.html.haml b/app/views/spree/admin/payments/source_forms/_stripe_sca.html.haml index a50305494a..78e96b2e7d 100644 --- a/app/views/spree/admin/payments/source_forms/_stripe_sca.html.haml +++ b/app/views/spree/admin/payments/source_forms/_stripe_sca.html.haml @@ -13,5 +13,5 @@ .row .three.columns = label_tag :card_details, t(:card_details) - .six.columns + .nine.columns %stripe-elements