From ad35d3d567590522d0dc68e50930b361a17d92ce Mon Sep 17 00:00:00 2001 From: Hariom Balhara Date: Wed, 29 Jun 2022 13:36:36 +0530 Subject: [PATCH] Make the height of textarea as per container height but consider the text above it (#3189) --- apps/web/components/Embed.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/web/components/Embed.tsx b/apps/web/components/Embed.tsx index 2c92492da9..dff294bcf5 100644 --- a/apps/web/components/Embed.tsx +++ b/apps/web/components/Embed.tsx @@ -467,12 +467,14 @@ const tabs = [ } return ( <> - {t("place_where_cal_widget_appear")} +
+ {t("place_where_cal_widget_appear")} +