Skip to content
Snippets Groups Projects
Commit 016ed12c authored by Ferran Marcet's avatar Ferran Marcet
Browse files

Fix: Credit card field showing too small

parent 744f0ab1
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
/* Copyright (C) 2017 Alexandre Spangaro <aspangaro@zendsi.com> /* Copyright (C) 2017 Alexandre Spangaro <aspangaro@zendsi.com>
* Copyright (C) 2017 Saasprov <saasprov@gmail.com> * Copyright (C) 2017 Saasprov <saasprov@gmail.com>
* Copyright (C) 2017 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2017 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2017 Ferran Marcet <fmarcet@2byte.es>
* *
* This program is free software: you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
...@@ -1125,7 +1126,7 @@ if (preg_match('/^dopayment/',$action)) ...@@ -1125,7 +1126,7 @@ if (preg_match('/^dopayment/',$action))
<label for="card-element"> <label for="card-element">
Credit or debit card Credit or debit card
</label> </label>
<div id="card-element"> <div id="card-element" style="width: 350px;">
<!-- a Stripe Element will be inserted here. --> <!-- a Stripe Element will be inserted here. -->
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment