From ad92f727008c2ae80ce3b4918cae33b06f98b8de Mon Sep 17 00:00:00 2001 From: bluedeepart Date: Mon, 6 Jan 2025 16:55:03 +0530 Subject: [PATCH] fixed UI for rfq form --- blocks/forms/forms.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blocks/forms/forms.css b/blocks/forms/forms.css index 6f6201c72..e396d9a86 100644 --- a/blocks/forms/forms.css +++ b/blocks/forms/forms.css @@ -70,7 +70,7 @@ } .hs-form .hs-form-field textarea.hs-input, -.hs-form .hs-form-field textarea.hs-input.hs-fieldtype-textarea { +.hs-form .hs-form-field textarea.hs-fieldtype-textarea { height: 100px; width: 100%; } @@ -370,6 +370,7 @@ input[type="submit"] { } @media only screen and (min-width: 768px) { + main form fieldset.form-columns-2, .hubspot-form fieldset.form-columns-2 { display: flex; gap: 15px;