From 9fa85a58315ee5785b223583fc435e9fa6c12948 Mon Sep 17 00:00:00 2001 From: Ferran Marcet Date: Wed, 6 Sep 2017 12:14:42 +0200 Subject: [PATCH] Fix: Credit card field showing too small --- htdocs/public/stripe/newpayment.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/public/stripe/newpayment.php b/htdocs/public/stripe/newpayment.php index 53ffcf87cbf..f735cc87da8 100644 --- a/htdocs/public/stripe/newpayment.php +++ b/htdocs/public/stripe/newpayment.php @@ -1085,6 +1085,7 @@ if (preg_match('/^dopayment/',$action)) box-shadow: 0 1px 3px 0 #e6ebf1; -webkit-transition: box-shadow 150ms ease; transition: box-shadow 150ms ease; + width: 350px; } .StripeElement--focus { @@ -1126,7 +1127,7 @@ if (preg_match('/^dopayment/',$action)) -
+