mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
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:
@@ -14,5 +14,5 @@
|
||||
.row
|
||||
.three.columns
|
||||
= label_tag :card_details, t(:card_details)
|
||||
.six.columns
|
||||
.nine.columns
|
||||
%stripe-elements
|
||||
|
||||
@@ -13,5 +13,5 @@
|
||||
.row
|
||||
.three.columns
|
||||
= label_tag :card_details, t(:card_details)
|
||||
.six.columns
|
||||
.nine.columns
|
||||
%stripe-elements
|
||||
|
||||
Reference in New Issue
Block a user