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:
Sahil Batra 2023-03-27 16:17:45 +05:30 committed by Tim Abbott
parent 00ec5a3752
commit 30f8c77151
1 changed files with 5 additions and 0 deletions

View File

@ -197,6 +197,11 @@
width: 50px;
}
#licenses_at_next_renewal_input,
#new_licenses_input {
width: 206px;
}
#error-message-box {
margin-top: 10px;
font-weight: 600;