From d4990683c679b3010c19ef0e6bd65e7e6d05e88f Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Kandula Date: Tue, 19 Jan 2021 22:01:35 +0530 Subject: [PATCH] Fix UI for documentation modal (#2631) --- .../designSystems/appsmith/help/DocumentationSearch.tsx | 1 + .../src/components/designSystems/appsmith/help/HelpModal.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/client/src/components/designSystems/appsmith/help/DocumentationSearch.tsx b/app/client/src/components/designSystems/appsmith/help/DocumentationSearch.tsx index 270d9947d5..ca7fd9216b 100644 --- a/app/client/src/components/designSystems/appsmith/help/DocumentationSearch.tsx +++ b/app/client/src/components/designSystems/appsmith/help/DocumentationSearch.tsx @@ -287,6 +287,7 @@ const HelpFooter = styled.div` padding: 5px 10px; height: 30px; color: rgba(255, 255, 255, 0.7); + font-size: 6pt; `; const HelpBody = styled.div` diff --git a/app/client/src/components/designSystems/appsmith/help/HelpModal.tsx b/app/client/src/components/designSystems/appsmith/help/HelpModal.tsx index a7bd76deb8..d455d75cd3 100644 --- a/app/client/src/components/designSystems/appsmith/help/HelpModal.tsx +++ b/app/client/src/components/designSystems/appsmith/help/HelpModal.tsx @@ -48,7 +48,7 @@ const HelpButton = styled.button<{ `; const MODAL_WIDTH = 240; -const MODAL_HEIGHT = 198; +const MODAL_HEIGHT = 206; const MODAL_BOTTOM_DISTANCE = 45; const MODAL_RIGHT_DISTANCE = 30;