billing: Fix licenses input in "Pay by invoice" section of upgrade page.

The bootstrap CSS was not re-added to the input for number of licenses
in "Pay by invoice" section of upgrade page while removing the bootstrap
CSS for "number" type inputs from bootstrap.css.

This commit fixes it by re-using the existing CSS for other number type
inputs.
This commit is contained in:
Sahil Batra 2023-06-27 12:14:57 +05:30 committed by Tim Abbott
parent f717aa99a0
commit f00dcf5674
1 changed files with 2 additions and 1 deletions

View File

@ -342,7 +342,8 @@ input[name="licenses"] {
#license-manual-section,
#licensechange-input-section,
#sponsorship-form {
#sponsorship-form,
#invoice-form {
& input {
padding: 4px 6px;
border-radius: 4px;