stripe-samples / saving-card-without-payment

How to build a form to save a credit card without taking a payment.
https://stripe.com/docs/payments/save-and-reuse
MIT License
127 stars 68 forks source link

fix: styling issue causing CC number to overlap on mobile #25

Closed charliegerard closed 2 years ago

charliegerard commented 2 years ago

This PR makes a small style change to improve the experience on mobile.

The issue was mainly caused by having too much padding on the CC field on smaller screen.

(fixes #5)