mirror of https://github.com/zulip/zulip.git
billing: Add width property CSS for text inputs.
This commit adds width property CSS rule for text inputs in billing.css to 206px, as we are going to remove the bootstrap CSS rule which sets width to 206px in further commits.
This commit is contained in:
parent
00ec5a3752
commit
30f8c77151
|
@ -197,6 +197,11 @@
|
||||||
width: 50px;
|
width: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#licenses_at_next_renewal_input,
|
||||||
|
#new_licenses_input {
|
||||||
|
width: 206px;
|
||||||
|
}
|
||||||
|
|
||||||
#error-message-box {
|
#error-message-box {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
Loading…
Reference in New Issue