Increase the width of Stripe Elements fields in admin so they don't overlap

The card number and expiry month/year fields were overlapping on the new payment form in the admin area.
This commit is contained in:
Cillian O'Ruanaidh
2021-04-23 17:54:22 +01:00
parent 0c08e3cb3a
commit 8cdc4bc3f4
2 changed files with 2 additions and 2 deletions

View File

@@ -14,5 +14,5 @@
.row
.three.columns
= label_tag :card_details, t(:card_details)
.six.columns
.nine.columns
%stripe-elements

View File

@@ -13,5 +13,5 @@
.row
.three.columns
= label_tag :card_details, t(:card_details)
.six.columns
.nine.columns
%stripe-elements