From 6c4a94d86a94c32b75d013858efef6b38cd5f6cc Mon Sep 17 00:00:00 2001 From: berdysheva Date: Mon, 12 Dec 2022 17:19:37 +0300 Subject: [PATCH] fix(HubspotForm): change height --- src/sub-blocks/HubspotForm/HubspotForm.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sub-blocks/HubspotForm/HubspotForm.scss b/src/sub-blocks/HubspotForm/HubspotForm.scss index b74faf3b5..c7941b6a4 100644 --- a/src/sub-blocks/HubspotForm/HubspotForm.scss +++ b/src/sub-blocks/HubspotForm/HubspotForm.scss @@ -93,7 +93,7 @@ $block: '.#{$ns}hubspot-form'; } textarea { - height: 190px; + height: 110px; min-width: 100%; resize: none; padding-right: 30px;