From 30f8c7715155d39b5ead2bf5e85591d20eb68a67 Mon Sep 17 00:00:00 2001 From: Sahil Batra Date: Mon, 27 Mar 2023 16:17:45 +0530 Subject: [PATCH] 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. --- web/styles/portico/billing.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/styles/portico/billing.css b/web/styles/portico/billing.css index edeb8a3ca3..09300a2383 100644 --- a/web/styles/portico/billing.css +++ b/web/styles/portico/billing.css @@ -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;