billing: Fix "Payment method" wrapping to next line.

This commit is contained in:
Aman Agrawal
2025-01-14 19:42:45 +05:30
committed by Tim Abbott
parent 2aff7ce9b5
commit 6d495a270e

View File

@@ -650,7 +650,7 @@ input[name="licenses"] {
#upgrade-page-details #upgrade-payment-menthod-wrapper {
margin-left: 0;
grid-area: payment-info;
width: auto;
width: 100%;
}
/* Used class twice to increase specificity */