From 016ed12c117ad6e6ebdf0bc6cf4d30542d5f1b64 Mon Sep 17 00:00:00 2001 From: Ferran Marcet Date: Wed, 6 Sep 2017 12:09:07 +0200 Subject: [PATCH 1/2] 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 962185b8397..53ffcf87cbf 100644 --- a/htdocs/public/stripe/newpayment.php +++ b/htdocs/public/stripe/newpayment.php @@ -2,6 +2,7 @@ /* Copyright (C) 2017 Alexandre Spangaro * Copyright (C) 2017 Saasprov * Copyright (C) 2017 Laurent Destailleur + * Copyright (C) 2017 Ferran Marcet * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1125,7 +1126,7 @@ if (preg_match('/^dopayment/',$action)) -
+
From 9fa85a58315ee5785b223583fc435e9fa6c12948 Mon Sep 17 00:00:00 2001 From: Ferran Marcet Date: Wed, 6 Sep 2017 12:14:42 +0200 Subject: [PATCH 2/2] 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)) -
+