From 651a3461435764664b68e2a00416710b5a955067 Mon Sep 17 00:00:00 2001 From: Vicky Bansal Date: Fri, 8 May 2020 04:02:28 +0000 Subject: [PATCH] Fix/map hotfix --- .../src/components/designSystems/appsmith/MapComponent.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/client/src/components/designSystems/appsmith/MapComponent.tsx b/app/client/src/components/designSystems/appsmith/MapComponent.tsx index 8b2c2fff75..94259fbc81 100644 --- a/app/client/src/components/designSystems/appsmith/MapComponent.tsx +++ b/app/client/src/components/designSystems/appsmith/MapComponent.tsx @@ -44,6 +44,7 @@ const MapWrapper = styled.div` const MapContainerWrapper = styled.div` width: 100%; + height: 100%; `; const StyledInput = styled.input`