From 0772f8011c37a17d40489fcf9fc55d03d415f5a5 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Sun, 12 Nov 2023 02:40:01 +0000 Subject: [PATCH] billing: Don't reduce button width when loading. --- web/styles/portico/billing.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/styles/portico/billing.css b/web/styles/portico/billing.css index 67649c9b4d..962494f3bb 100644 --- a/web/styles/portico/billing.css +++ b/web/styles/portico/billing.css @@ -456,7 +456,7 @@ input[name="licenses"] { margin: 0 auto; font-size: 1.1rem; margin-right: 0; - max-width: 100px; + width: 100px; &:disabled { color: hsl(0deg 0% 80%); @@ -506,6 +506,7 @@ input[name="licenses"] { #billing-page-details .user-stripe-card-update .user-stripe-card-update-button { margin: 0; + width: 150px; } #billing-page-details .next-payment-info {