We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f2044 commit e7d33c9Copy full SHA for e7d33c9
apps/masterbots.ai/components/payment-information.tsx
@@ -66,7 +66,7 @@ export function PaymentInformation({ prev, next }: WizardStepProps) {
66
Subscribe using <span className="text-[#837de6]">Stripe</span>{' '}
67
</span>
68
</div>
69
- <div className="min-h-[480px] md:w-full w-[360px] flex items-center justify-center [&_div]:w-full mb-5">
+ <div className="min-h-[480px] w-full max-w-[360px] flex items-center justify-center [&_div]:w-full mb-5">
70
<PaymentElement />
71
72
0 commit comments