mirror of https://github.com/zulip/zulip.git
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:
parent
f717aa99a0
commit
f00dcf5674
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue