billing: Don't reduce button width when loading.

This commit is contained in:
Aman Agrawal 2023-11-12 02:40:01 +00:00 committed by Tim Abbott
parent 7dc4983898
commit 0772f8011c
1 changed files with 2 additions and 1 deletions

View File

@ -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 {